python313Packages.django_5: 5.1.6 -> 5.1.7 (#388169)

This commit is contained in:
Martin Weinelt 2025-03-08 12:28:23 +01:00 committed by GitHub
commit ba87dcd68f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -44,7 +44,7 @@
buildPythonPackage rec {
pname = "django";
version = "5.1.6";
version = "5.1.7";
pyproject = true;
disabled = pythonOlder "3.10";
@ -53,7 +53,7 @@ buildPythonPackage rec {
owner = "django";
repo = "django";
rev = "refs/tags/${version}";
hash = "sha256-eqyRiMNMmhg08Pga+AGnhGXfUoTMOuIHEPOEEGboIPE=";
hash = "sha256-BxhHqWpTZLcx46RofnXzZ5nj4xDPcj7hNng9ppUN5Hw=";
};
patches =