python37Packages.django_3: 3.1.4 -> 3.1.5
This commit is contained in:
parent
a43963db12
commit
da1b1d626f
@ -13,13 +13,13 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "Django";
|
pname = "Django";
|
||||||
version = "3.1.4";
|
version = "3.1.5";
|
||||||
|
|
||||||
disabled = pythonOlder "3.7";
|
disabled = pythonOlder "3.7";
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "edb10b5c45e7e9c0fb1dc00b76ec7449aca258a39ffd613dbd078c51d19c9f03";
|
sha256 = "2d78425ba74c7a1a74b196058b261b9733a8570782f4e2828974777ccca7edf7";
|
||||||
};
|
};
|
||||||
|
|
||||||
patches = stdenv.lib.optional withGdal
|
patches = stdenv.lib.optional withGdal
|
||||||
|
Loading…
Reference in New Issue
Block a user