pythonPackages.django: 1.11.24 -> 1.11.26

See

- https://docs.djangoproject.com/en/1.11/releases/1.11.26/
- https://docs.djangoproject.com/en/1.11/releases/1.11.25/
This commit is contained in:
Lancelot SIX 2019-12-03 10:36:58 +01:00
parent a71ae5ba52
commit d453ee2065
No known key found for this signature in database
GPG Key ID: 02E1542BA66FB047

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 [