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:
commit
41b1af7d90
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue