python312Packages.django_5: 5.0.3 -> 5.0.4

https://docs.djangoproject.com/en/5.0/releases/5.0.4/
This commit is contained in:
Martin Weinelt 2024-04-06 01:40:09 +02:00
parent d26b0fc0b4
commit de6e1cb562
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759
1 changed files with 2 additions and 2 deletions

View File

@ -43,7 +43,7 @@
buildPythonPackage rec {
pname = "django";
version = "5.0.3";
version = "5.0.4";
pyproject = true;
disabled = pythonOlder "3.10";
@ -51,7 +51,7 @@ buildPythonPackage rec {
src = fetchPypi {
pname = "Django";
inherit version;
hash = "sha256-X7N1gNz0omL5JYwfQ3OBmqzKkGQx9QXkaI4386mRld8=";
hash = "sha256-S9AajIMLt3qKOw59iyW4h+U2rReoG6Lc5UdhNcczEr0=";
};
patches = [