Merge pull request #278253 from mweinelt/django-5.0.1

python311Packages.django_5: 5.0 -> 5.0.1
This commit is contained in:
Martin Weinelt
2024-01-03 02:10:00 +01:00
committed by GitHub
+2 -2
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 = [