Merge pull request #114268 from r-ryantm/auto-update/python3.7-Django

python37Packages.django_3: 3.1.6 -> 3.1.7
This commit is contained in:
Mario Rodas 2021-02-24 20:07:25 -05:00 committed by GitHub
commit 55cfde3016
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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