python: Django: 2.0.2 -> 2.0.4

This commit is contained in:
Frederik Rietdijk 2018-04-04 20:06:49 +02:00
parent 886048fdff
commit 46d4af0640

View File

@ -7,13 +7,13 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "Django"; pname = "Django";
name = "${pname}-${version}"; name = "${pname}-${version}";
version = "2.0.2"; version = "2.0.4";
disabled = !isPy3k; disabled = !isPy3k;
src = fetchPypi { src = fetchPypi {
inherit pname version; inherit pname version;
sha256 = "dc3b61d054f1bced64628c62025d480f655303aea9f408e5996c339a543b45f0"; sha256 = "d81a1652963c81488e709729a80b510394050e312f386037f26b54912a3a10d0";
}; };
patches = stdenv.lib.optionals withGdal [ patches = stdenv.lib.optionals withGdal [