python37Packages.django_3: 3.1.5 -> 3.1.6

This commit is contained in:
R. RyanTM 2021-02-05 18:29:04 +00:00
parent 9e1c01f500
commit 8f4f2f57e5

View File

@ -13,13 +13,13 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "Django"; pname = "Django";
version = "3.1.5"; version = "3.1.6";
disabled = pythonOlder "3.7"; disabled = pythonOlder "3.7";
src = fetchPypi { src = fetchPypi {
inherit pname version; inherit pname version;
sha256 = "2d78425ba74c7a1a74b196058b261b9733a8570782f4e2828974777ccca7edf7"; sha256 = "c6c0462b8b361f8691171af1fb87eceb4442da28477e12200c40420176206ba7";
}; };
patches = lib.optional withGdal patches = lib.optional withGdal