about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorSandro <sandro.jaeckel@gmail.com>2021-11-01 14:00:55 +0100
committerGitHub <noreply@github.com>2021-11-01 14:00:55 +0100
commit38d49533e33e4ea1a64b4b10e01fbacb43cf7dba (patch)
tree823f42edeb672275004f85d712fb0b0d60e22c50 /pkgs
parent652963831c0f4c3d5b9e631d70f7875bca3235c0 (diff)
parent07b54fd95d8751a9701b0586ecc8135d4a968373 (diff)
Merge pull request #144107 from r-ryantm/auto-update/python38Packages.django_3
Diffstat (limited to 'pkgs')
-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 d95449ab043e4..cfe9f451ef65a 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.2.8";
+  version = "3.2.9";
 
   disabled = pythonOlder "3.7";
 
   src = fetchPypi {
     inherit pname version;
-    sha256 = "f6d2c4069c9b9bfac03bedff927ea1f9e0d29e34525cec8a68fd28eb2a8df7af";
+    sha256 = "51284300f1522ffcdb07ccbdf676a307c6678659e1284f0618e5a774127a6a08";
   };
 
   patches = lib.optional withGdal