Merge pull request #265117 from mweinelt/django-5.0b1

python311Packages.django_5: 5.0a1 -> 5.0b1
This commit is contained in:
OTABI Tomoya 2023-11-03 12:53:51 +09:00 committed by GitHub
commit c8d650e45d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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 = [