Merge pull request #74902 from lsix/django-1.11.26

pythonPackages.django: 1.11.24 -> 1.11.26
This commit is contained in:
Lancelot SIX 2019-12-19 17:49:06 +01:00 committed by GitHub
commit 05caa97701
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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