mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-26 00:43:20 +00:00
djhtml: 3.0.6 -> 3.0.7
This commit is contained in:
parent
ee8bdf4f09
commit
13202afc5b
@ -5,7 +5,7 @@
|
||||
}:
|
||||
buildPythonApplication rec {
|
||||
pname = "djhtml";
|
||||
version = "3.0.6";
|
||||
version = "3.0.7";
|
||||
|
||||
format = "setuptools";
|
||||
disabled = pythonOlder "3.7";
|
||||
@ -14,7 +14,7 @@ buildPythonApplication rec {
|
||||
owner = "rtts";
|
||||
repo = pname;
|
||||
rev = "refs/tags/${version}";
|
||||
hash = "sha256-3bviLyTLpHcAUWAaAmNZukWBDwFs8yFOAxl2bSk9GNY=";
|
||||
hash = "sha256-W93J3UFUrCqT718zoGcu96ORYFt0NLyYP7iVWbr8FYo=";
|
||||
};
|
||||
|
||||
pythonImportsCheck = [ "djhtml" ];
|
||||
|
Loading…
Reference in New Issue
Block a user