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

python37Packages.django_3: 3.1.3 -> 3.1.4
This commit is contained in:
Ryan Mulligan 2020-12-03 06:15:20 -08:00 committed by GitHub
commit 079251e8db
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.3";
version = "3.1.4";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
sha256 = "14b87775ffedab2ef6299b73343d1b4b41e5d4e2aa58c6581f114dbec01e3f8f";
sha256 = "edb10b5c45e7e9c0fb1dc00b76ec7449aca258a39ffd613dbd078c51d19c9f03";
};
patches = stdenv.lib.optional withGdal