mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-16 18:37:04 +03:00
Merge pull request #89418 from mweinelt/django2.2
pythonPackages.django2_2: 2.2.11 -> 2.2.13
This commit is contained in:
commit
d36e9412f8
@ -6,13 +6,13 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "Django";
|
pname = "Django";
|
||||||
version = "2.2.11";
|
version = "2.2.13";
|
||||||
|
|
||||||
disabled = !isPy3k;
|
disabled = !isPy3k;
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "0l0gndky4nwc1jk68b31m583a9g0fhmll903p0xislyyddz3iqk5";
|
sha256 = "103db5gmny6bkq9jgr2m6gdfy1n29bj2v87184y1zgpdmkv71ww4";
|
||||||
};
|
};
|
||||||
|
|
||||||
patches = stdenv.lib.optional withGdal
|
patches = stdenv.lib.optional withGdal
|
||||||
|
Loading…
Reference in New Issue
Block a user