lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

python3Packages.pygments: 2.18.0 -> 2.19.1

https://github.com/pygments/pygments/releases/tag/2.19.1

+2 -2
+2 -2
pkgs/development/python-modules/pygments/default.nix
··· 15 15 let 16 16 pygments = buildPythonPackage rec { 17 17 pname = "pygments"; 18 - version = "2.18.0"; 18 + version = "2.19.1"; 19 19 pyproject = true; 20 20 21 21 disabled = pythonOlder "3.8"; # 2.18.0 requirement 22 22 23 23 src = fetchPypi { 24 24 inherit pname version; 25 - hash = "sha256-eG/4AvMukTEb/ziJ9umoboFQX+mfJzW7bWCuDFAE8Zk="; 25 + hash = "sha256-YcFtKoV23AZJ2fOeCJtfArzSf7oQ2PtNzCgXP3pFFR8="; 26 26 }; 27 27 28 28 nativeBuildInputs = [ hatchling ];