python312Packages.django_5: 5.1.2 -> 5.1.3

https://docs.djangoproject.com/en/5.1/releases/5.1.3/
This commit is contained in:
Martin Weinelt
2024-11-05 15:07:33 +01:00
parent 78366fc8ac
commit 53b356fcd7
+2 -2
View File
@@ -43,7 +43,7 @@
buildPythonPackage rec {
pname = "django";
version = "5.1.2";
version = "5.1.3";
pyproject = true;
disabled = pythonOlder "3.10";
@@ -52,7 +52,7 @@ buildPythonPackage rec {
owner = "django";
repo = "django";
rev = "refs/tags/${version}";
hash = "sha256-HQt7et2PBG5rPCFCl64CIr+jTpty0a5IxJ0rKP6QCBM=";
hash = "sha256-TqOVe+QkwNx/SpI/6X/AQaqLHk3LDSupoRl3RKL6kac=";
};
patches =