pythonPackages.django: 2.2.17 -> 2.2.18

See https://docs.djangoproject.com/en/2.2/releases/2.2.18/ for release
information
This commit is contained in:
Lancelot SIX 2021-02-06 10:40:54 +00:00
parent 41b1af7d90
commit e76d93367d
No known key found for this signature in database
GPG key ID: 02E1542BA66FB047

View file

@ -6,13 +6,13 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "Django"; pname = "Django";
version = "2.2.17"; version = "2.2.18";
disabled = !isPy3k; disabled = !isPy3k;
src = fetchPypi { src = fetchPypi {
inherit pname version; inherit pname version;
sha256 = "cf5370a4d7765a9dd6d42a7b96b53c74f9446cd38209211304b210fe0404b861"; sha256 = "1d0b91343i9n0qz8xia1fbm4s3q8wi98nyc9a3acncm0w3sr9jf9";
}; };
patches = lib.optional withGdal patches = lib.optional withGdal