mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
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:
parent
17544589b0
commit
129b54bc6b
1 changed files with 4 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue