python310Packages.pygments: 2.11.2 -> 2.12.0
This commit is contained in:
parent
bad010fae8
commit
bd9f3ec664
@ -10,12 +10,12 @@
|
|||||||
let pygments = buildPythonPackage
|
let pygments = buildPythonPackage
|
||||||
rec {
|
rec {
|
||||||
pname = "pygments";
|
pname = "pygments";
|
||||||
version = "2.11.2";
|
version = "2.12.0";
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
pname = "Pygments";
|
pname = "Pygments";
|
||||||
inherit version;
|
inherit version;
|
||||||
sha256 = "4e426f72023d88d03b2fa258de560726ce890ff3b630f88c21cbb8b2503b8c6a";
|
sha256 = "sha256-XrEWEY+WEv8e6JrJZDe7a0no8E2KE7UUuib2ICCOJus=";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = [
|
propagatedBuildInputs = [
|
||||||
@ -30,6 +30,11 @@ let pygments = buildPythonPackage
|
|||||||
wcag-contrast-ratio
|
wcag-contrast-ratio
|
||||||
];
|
];
|
||||||
|
|
||||||
|
disabledTestPaths = [
|
||||||
|
# 5 lines diff, including one nix store path in 20000+ lines
|
||||||
|
"tests/examplefiles/bash/ltmain.sh"
|
||||||
|
];
|
||||||
|
|
||||||
pythonImportsCheck = [ "pygments" ];
|
pythonImportsCheck = [ "pygments" ];
|
||||||
|
|
||||||
passthru.tests = {
|
passthru.tests = {
|
||||||
|
Loading…
Reference in New Issue
Block a user