python311Packages.django_5: 5.0b1 -> 5.0rc1

https://www.djangoproject.com/weblog/2023/nov/20/django-50-rc1/
This commit is contained in:
Martin Weinelt
2023-11-21 13:15:01 +01:00
parent 45d7c0e3f9
commit da1facff63
+2 -2
View File
@@ -42,14 +42,14 @@
buildPythonPackage rec {
pname = "Django";
version = "5.0b1";
version = "5.0rc1";
pyproject = true;
disabled = pythonOlder "3.10";
src = fetchPypi {
inherit pname version;
hash = "sha256-yIY15zPwoO9GwhljXiHI9ZeOsqFMORgiRlRUG8XVcDA=";
hash = "sha256-pLt3plnaAyt0GpXcuVeGTzaVJ10dWB73Y3IUMA+qrzA=";
};
patches = [