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:
parent
a71ae5ba52
commit
d453ee2065
@ -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 [
|
||||
|
Loading…
Reference in New Issue
Block a user