python313Packages.django_5: 5.1.5 -> 5.1.6

https://docs.djangoproject.com/en/5.1/releases/5.1.6/
This commit is contained in:
Martin Weinelt
2025-02-06 23:46:24 +01:00
parent c2ae4d6741
commit f4b8bda0bf
+2 -2
View File
@@ -43,7 +43,7 @@
buildPythonPackage rec {
pname = "django";
version = "5.1.5";
version = "5.1.6";
pyproject = true;
disabled = pythonOlder "3.10";
@@ -52,7 +52,7 @@ buildPythonPackage rec {
owner = "django";
repo = "django";
rev = "refs/tags/${version}";
hash = "sha256-sompUtVGoormybLxtpT6m1dsyCb29AE8tDptNyHYCgU=";
hash = "sha256-eqyRiMNMmhg08Pga+AGnhGXfUoTMOuIHEPOEEGboIPE=";
};
patches =