mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 21:50:33 +03:00
Merge pull request #33618 from lsix/django_1_11_9
pythonPackages.django: 1.11.8 -> 1.11.9
This commit is contained in:
commit
ba424cedb7
1 changed files with 2 additions and 2 deletions
|
@ -7,13 +7,13 @@
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "Django";
|
pname = "Django";
|
||||||
name = "${pname}-${version}";
|
name = "${pname}-${version}";
|
||||||
version = "1.11.8";
|
version = "1.11.9";
|
||||||
|
|
||||||
disabled = pythonOlder "2.7";
|
disabled = pythonOlder "2.7";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "http://www.djangoproject.com/m/releases/1.11/${name}.tar.gz";
|
url = "http://www.djangoproject.com/m/releases/1.11/${name}.tar.gz";
|
||||||
sha256 = "04gphaarwj1yrhhpi9im6gsg77i2vv0iwyjc0pmxba53nndyglzy";
|
sha256 = "0d0hh9sh2rwazi7z2lnqvz1424bq6ps6c5h6ss04klp14agi4g9m";
|
||||||
};
|
};
|
||||||
|
|
||||||
patches = stdenv.lib.optionals withGdal [
|
patches = stdenv.lib.optionals withGdal [
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue