python312Packages.django-appconf: 1.0.6 -> 1.1.0 (#392485)

This commit is contained in:
Fabian Affolter
2025-03-24 08:53:55 +01:00
committed by GitHub
@@ -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 ];