python3Packages.pygments: 2.16.1 -> 2.17.2
https://github.com/pygments/pygments/releases/tag/2.17.2
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
, fetchPypi
|
||||
|
||||
# build-system
|
||||
, setuptools
|
||||
, hatchling
|
||||
|
||||
# tests
|
||||
, pytestCheckHook
|
||||
@@ -13,17 +13,16 @@
|
||||
let pygments = buildPythonPackage
|
||||
rec {
|
||||
pname = "pygments";
|
||||
version = "2.16.1";
|
||||
format = "pyproject";
|
||||
version = "2.17.2";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchPypi {
|
||||
pname = "Pygments";
|
||||
inherit version;
|
||||
hash = "sha256-Ha/wSUggxpvIlB5AeqIPV3N07og2TuEKmP2+Cuzpbik=";
|
||||
inherit pname version;
|
||||
hash = "sha256-2kbOyf0t5b46inhPQ05MSrZwtP9U1gXEwnF+nUnEw2c=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [
|
||||
setuptools
|
||||
hatchling
|
||||
];
|
||||
|
||||
# circular dependencies if enabled by default
|
||||
|
||||
Reference in New Issue
Block a user