about summary refs log tree commit diff
diff options
context:
space:
mode:
authorlsix <lsix+github@lancelotsix.com>2021-02-06 10:38:52 +0000
committerGitHub <noreply@github.com>2021-02-06 10:38:52 +0000
commit41b1af7d90ccc3a8cd9f39a645a3df93b4f41f35 (patch)
tree5f83bfd3ecaefe05983ad228fa5b715f1bf16d98
parent9afb001819d70dab01bca02a3681bea36b59d1cb (diff)
parent8f4f2f57e54155c65e32a956ae14d68e66d55c6e (diff)
Merge pull request #112062 from r-ryantm/auto-update/python3.7-Django
python37Packages.django_3: 3.1.5 -> 3.1.6
-rw-r--r--pkgs/development/python-modules/django/3.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/django/3.nix b/pkgs/development/python-modules/django/3.nix
index 2444146e83741..7b447eb8d7879 100644
--- a/pkgs/development/python-modules/django/3.nix
+++ b/pkgs/development/python-modules/django/3.nix
@@ -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