python3Packages.pygments: 2.19.1 -> 2.19.2 (#428030)

This commit is contained in:
Gaétan Lepage
2025-08-04 01:15:57 +02:00
committed by GitHub
@@ -15,14 +15,12 @@
let
pygments = buildPythonPackage rec {
pname = "pygments";
version = "2.19.1";
version = "2.19.2";
pyproject = true;
disabled = pythonOlder "3.8"; # 2.18.0 requirement
src = fetchPypi {
inherit pname version;
hash = "sha256-YcFtKoV23AZJ2fOeCJtfArzSf7oQ2PtNzCgXP3pFFR8=";
hash = "sha256-Y2yyR3zsf4lSU2lwvFM7xDdDVC9wOSrgJjdGAK3VuIc=";
};
nativeBuildInputs = [ hatchling ];
@@ -54,7 +52,10 @@ let
description = "Generic syntax highlighter";
mainProgram = "pygmentize";
license = lib.licenses.bsd2;
maintainers = with lib.maintainers; [ sigmanificient ];
maintainers = with lib.maintainers; [
sigmanificient
ryand56
];
};
};
in