python310Packages.pygments: 2.11.2 -> 2.12.0

main
Sandro Jäckel 2 years ago
parent bad010fae8
commit bd9f3ec664
No known key found for this signature in database
GPG Key ID: 3AF5A43A3EECC2E5
  1. 9
      pkgs/development/python-modules/pygments/default.nix

@ -10,12 +10,12 @@
let pygments = buildPythonPackage
rec {
pname = "pygments";
version = "2.11.2";
version = "2.12.0";
src = fetchPypi {
pname = "Pygments";
inherit version;
sha256 = "4e426f72023d88d03b2fa258de560726ce890ff3b630f88c21cbb8b2503b8c6a";
sha256 = "sha256-XrEWEY+WEv8e6JrJZDe7a0no8E2KE7UUuib2ICCOJus=";
};
propagatedBuildInputs = [
@ -30,6 +30,11 @@ let pygments = buildPythonPackage
wcag-contrast-ratio
];
disabledTestPaths = [
# 5 lines diff, including one nix store path in 20000+ lines
"tests/examplefiles/bash/ltmain.sh"
];
pythonImportsCheck = [ "pygments" ];
passthru.tests = {

Loading…
Cancel
Save