python311Packages.django_5: 5.0a1 -> 5.0b1

This commit is contained in:
Martin Weinelt 2023-11-03 01:21:38 +01:00
parent 3aece46d66
commit 99575d3ea0
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.0a1";
version = "5.0b1";
pyproject = true;
disabled = pythonOlder "3.10";
src = fetchPypi {
inherit pname version;
hash = "sha256-OlIFL7xeAfIgLAIKgkGqQNwDCxbI+0ncSAzEarhzUVg=";
hash = "sha256-yIY15zPwoO9GwhljXiHI9ZeOsqFMORgiRlRUG8XVcDA=";
};
patches = [