forked from mirrors/nixpkgs
pythonPackages.django_3: 3.1 -> 3.1.1
See https://docs.djangoproject.com/en/3.1/releases/3.1.1/
This commit is contained in:
parent
00d5a13322
commit
0791fdaa6e
|
@ -13,13 +13,13 @@
|
|||
|
||||
buildPythonPackage rec {
|
||||
pname = "Django";
|
||||
version = "3.1";
|
||||
version = "3.1.1";
|
||||
|
||||
disabled = pythonOlder "3.7";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "2d390268a13c655c97e0e2ede9d117007996db692c1bb93eabebd4fb7ea7012b";
|
||||
sha256 = "0bzwy58hrxbsh7szak1yfh7qvvfnpdpi8ay1x7d3pvbkm1f15j2r";
|
||||
};
|
||||
|
||||
patches = stdenv.lib.optional withGdal
|
||||
|
|
Loading…
Reference in a new issue