Merge pull request #186945 from SuperSandro2000/python310Packages.pygments

This commit is contained in:
Sandro 2022-08-24 20:54:52 +02:00 committed by GitHub
commit f3d30b608a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -10,12 +10,12 @@
let pygments = buildPythonPackage
rec {
pname = "pygments";
version = "2.12.0";
version = "2.13.0";
src = fetchPypi {
pname = "Pygments";
inherit version;
sha256 = "sha256-XrEWEY+WEv8e6JrJZDe7a0no8E2KE7UUuib2ICCOJus=";
sha256 = "sha256-VqhQiulfmOK5vfk6a+WuP32K+Fi0PgLFov8INya+QME=";
};
propagatedBuildInputs = [