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

python37Packages.django_3: 3.1.5 -> 3.1.6
This commit is contained in:
lsix 2021-02-06 10:38:52 +00:00 committed by GitHub
commit 41b1af7d90
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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