python3Packages.django-appconf: 1.1.0 -> 1.2.0 (#460604)

This commit is contained in:
dotlambda
2025-12-05 21:58:53 +00:00
committed by GitHub
2 changed files with 3 additions and 2 deletions
+1
View File
@@ -65,6 +65,7 @@ python.pkgs.buildPythonApplication rec {
pythonRelaxDeps = [
"certifi"
"django-appconf"
];
dependencies =
@@ -10,7 +10,7 @@
buildPythonPackage rec {
pname = "django-appconf";
version = "1.1.0";
version = "1.2.0";
pyproject = true;
disabled = pythonOlder "3.6";
@@ -19,7 +19,7 @@ buildPythonPackage rec {
owner = "django-compressor";
repo = "django-appconf";
tag = "v${version}";
hash = "sha256-raK3Q+6cDSOiK5vrgZG65qDUiFOrRhDKxsPOQv/lz8w=";
hash = "sha256-kpytEpvibnumkQGfHBDKA0GzSB0R8o0g0f51Rv6KEhA=";
};
build-system = [ setuptools ];