staticjinja: 4.1.3 -> 5.0.0

Diff: https://github.com/staticjinja/staticjinja/compare/4.1.3...5.0.0
This commit is contained in:
Francesco Gazzetta 2023-08-19 08:22:59 +02:00
parent 17544589b0
commit 129b54bc6b

View file

@ -11,13 +11,14 @@
, markdown
, testers
, tomlkit
, typing-extensions
, staticjinja
, callPackage
}:
buildPythonPackage rec {
pname = "staticjinja";
version = "4.1.3";
version = "5.0.0";
format = "pyproject";
disabled = pythonOlder "3.6";
@ -27,7 +28,7 @@ buildPythonPackage rec {
owner = "staticjinja";
repo = pname;
rev = version;
hash = "sha256-w6ge5MQXNRHCM43jKnagTlbquJJys7mprgBOS2uuwHQ=";
hash = "sha256-LfJTQhZtnTOm39EWF1m2MP5rxz/5reE0G1Uk9L7yx0w=";
};
nativeBuildInputs = [
@ -45,6 +46,7 @@ buildPythonPackage rec {
pytest-check
markdown
tomlkit
typing-extensions
];
# The tests need to find and call the installed staticjinja executable