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:
Lancelot SIX 2020-09-22 13:31:17 +01:00 committed by Frederik Rietdijk
parent 00d5a13322
commit 0791fdaa6e
1 changed files with 2 additions and 2 deletions

View File

@ -13,13 +13,13 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "Django"; pname = "Django";
version = "3.1"; version = "3.1.1";
disabled = pythonOlder "3.7"; disabled = pythonOlder "3.7";
src = fetchPypi { src = fetchPypi {
inherit pname version; inherit pname version;
sha256 = "2d390268a13c655c97e0e2ede9d117007996db692c1bb93eabebd4fb7ea7012b"; sha256 = "0bzwy58hrxbsh7szak1yfh7qvvfnpdpi8ay1x7d3pvbkm1f15j2r";
}; };
patches = stdenv.lib.optional withGdal patches = stdenv.lib.optional withGdal