python3Packages.django_4: 4.0.4 -> 4.0.5

https://docs.djangoproject.com/en/4.0/releases/4.0.5/
This commit is contained in:
Martin Weinelt 2022-06-01 23:52:36 +02:00
parent f4d4b16d71
commit 0a9a6fa6e2
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759

View File

@ -39,14 +39,14 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "Django"; pname = "Django";
version = "4.0.4"; version = "4.0.5";
format = "pyproject"; format = "pyproject";
disabled = pythonOlder "3.8"; disabled = pythonOlder "3.8";
src = fetchPypi { src = fetchPypi {
inherit pname version; inherit pname version;
hash = "sha256-ToF3hYUkQXVjzAQw8p6iSZRtgx6ssAaKFFVoZYffQLU="; hash = "sha256-90MaXecneWbzeFVXw5KEMzR9mYweZFkyRQE3iikeWqs=";
}; };
patches = lib.optional withGdal patches = lib.optional withGdal