python3Packages.pygments: 2.18.0 -> 2.19.1
https://github.com/pygments/pygments/releases/tag/2.19.1
This commit is contained in:
@@ -15,14 +15,14 @@
|
||||
let
|
||||
pygments = buildPythonPackage rec {
|
||||
pname = "pygments";
|
||||
version = "2.18.0";
|
||||
version = "2.19.1";
|
||||
pyproject = true;
|
||||
|
||||
disabled = pythonOlder "3.8"; # 2.18.0 requirement
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
hash = "sha256-eG/4AvMukTEb/ziJ9umoboFQX+mfJzW7bWCuDFAE8Zk=";
|
||||
hash = "sha256-YcFtKoV23AZJ2fOeCJtfArzSf7oQ2PtNzCgXP3pFFR8=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ hatchling ];
|
||||
|
||||
Reference in New Issue
Block a user