pythonPackages.django_2_0 -> 2.0 -> 2.0.1

See https://docs.djangoproject.com/en/2.0/releases/2.0.1/ for release
information
This commit is contained in:
Lancelot SIX 2018-01-08 12:08:30 +01:00
parent 83a5765b1f
commit 133869e7f4
No known key found for this signature in database
GPG Key ID: 02E1542BA66FB047

View File

@ -7,13 +7,13 @@
buildPythonPackage rec {
pname = "Django";
name = "${pname}-${version}";
version = "2.0";
version = "2.0.1";
disabled = !isPy3k;
src = fetchPypi {
inherit pname version;
sha256 = "0iqzqd1jrc4gg5qygxxzbddc8xzk85j0gikk5g9wpy3z98fqa54n";
sha256 = "0by1gswkrzxn594fa26llkzsc410999fq8s0b5d1598jwi5q0syr";
};
patches = stdenv.lib.optionals withGdal [