python3Packages.chameleon: 4.5.2 -> 4.5.4
https://github.com/malthe/chameleon/blob/4.5.4/CHANGES.rst
This commit is contained in:
@@ -10,14 +10,14 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "chameleon";
|
||||
version = "4.5.2";
|
||||
version = "4.5.4";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "malthe";
|
||||
repo = "chameleon";
|
||||
rev = "refs/tags/${version}";
|
||||
hash = "sha256-SVLKT6JeFUpF7gYkq3B7Lm9b9SG2qa6Ekp8i8xM0Xh0=";
|
||||
hash = "sha256-TbXx3reRpUqnMVDsr38FM1SLgARjqXAduO3k87U5TIg=";
|
||||
};
|
||||
|
||||
build-system = [ setuptools ];
|
||||
|
||||
Reference in New Issue
Block a user