python3Packages.chameleon: 4.5.2 -> 4.5.4

https://github.com/malthe/chameleon/blob/4.5.4/CHANGES.rst
This commit is contained in:
Martin Weinelt
2024-06-24 12:14:48 +02:00
parent bced45d64d
commit 4916699879
@@ -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 ];