python311Packages.django_5: 5.0 -> 5.0.1

https://docs.djangoproject.com/en/5.0/releases/5.0.1/
This commit is contained in:
Martin Weinelt 2024-01-02 11:55:09 +01:00
parent f459921fa4
commit 9b4306be7e
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759

View File

@ -42,14 +42,14 @@
buildPythonPackage rec {
pname = "Django";
version = "5.0";
version = "5.0.1";
pyproject = true;
disabled = pythonOlder "3.10";
src = fetchPypi {
inherit pname version;
hash = "sha256-fSnhTfvBnLapWkvWae294R9dTGpx/apCwtQLaEboB/c=";
hash = "sha256-jIZZZlvG46RP7+GrCikeWj+zl5+agjC+Kd6XXlfo+FQ=";
};
patches = [