pythonPackages.django_1_11: 1.11.27 -> 1.11.28

See https://docs.djangoproject.com/en/1.11/releases/1.11.28/ for release
information
This commit is contained in:
Lancelot SIX 2020-02-06 18:05:39 +01:00 committed by Frederik Rietdijk
parent 9405324531
commit 4fa2193cd6

View file

@ -5,11 +5,11 @@
buildPythonPackage rec {
pname = "Django";
version = "1.11.27";
version = "1.11.28";
src = fetchurl {
url = "https://www.djangoproject.com/m/releases/1.11/${pname}-${version}.tar.gz";
sha256 = "1f39c5af0lkls6mqw1fd2r9rf4mbshchqjy900ab3lcshs1i6490";
sha256 = "1ss1jyip7mlbfjn27m0j6wx80s8h4ksg6g5annkgwigp8xgy6g5k";
};
patches = stdenv.lib.optionals withGdal [