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

python37Packages.django_3: 3.1.4 -> 3.1.5
This commit is contained in:
lsix 2021-01-05 19:03:44 +00:00 committed by GitHub
commit a4936a77b5
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.4";
version = "3.1.5";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
sha256 = "edb10b5c45e7e9c0fb1dc00b76ec7449aca258a39ffd613dbd078c51d19c9f03";
sha256 = "2d78425ba74c7a1a74b196058b261b9733a8570782f4e2828974777ccca7edf7";
};
patches = stdenv.lib.optional withGdal