Fabian Affolter
2025-03-23 20:02:19 +01:00
parent 7ab72cbf90
commit c4c4165803
@@ -10,7 +10,7 @@
buildPythonPackage rec {
pname = "django-appconf";
version = "1.0.6";
version = "1.1.0";
pyproject = true;
disabled = pythonOlder "3.6";
@@ -19,7 +19,7 @@ buildPythonPackage rec {
owner = "django-compressor";
repo = "django-appconf";
tag = "v${version}";
hash = "sha256-H9MwX5LtHkYN6TshP7rRKlX/iOJZHbQVsZeki95yks4=";
hash = "sha256-raK3Q+6cDSOiK5vrgZG65qDUiFOrRhDKxsPOQv/lz8w=";
};
build-system = [ setuptools ];