python3Packages.django_4: 4.0.2 -> 4.0.3

https://docs.djangoproject.com/en/4.0/releases/4.0.3/
This commit is contained in:
Martin Weinelt 2022-03-01 12:14:38 +01:00
parent db9dab2a2c
commit 7e235b3969
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759

View File

@ -39,14 +39,14 @@
buildPythonPackage rec {
pname = "Django";
version = "4.0.2";
version = "4.0.3";
format = "pyproject";
disabled = pythonOlder "3.8";
src = fetchPypi {
inherit pname version;
hash = "sha256-EQ+1j7Euylngcq1Z/ELXcc1kLdei8kFlgqqdp6jvlUo=";
hash = "sha256-d/8ucFDjMkybZ+KbZwd1RWb1hRQRKprHMxD2DNUmGTA=";
};
patches = lib.optional withGdal