about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2023-11-05 18:56:53 +0000
committerJonathan Ringer <jonringer@users.noreply.github.com>2023-11-05 12:16:19 -0800
commit2578eced625800306c257721863f662ffce4ce5b (patch)
tree403875a1cc5aed5c8a21b27d08dbcb80442e4fd5 /pkgs
parentc81b8e3bf55a4f2bfff6f35898da89266c6d9b65 (diff)
python310Packages.django-configurations: 2.4.1 -> 2.5
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/python-modules/django-configurations/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/django-configurations/default.nix b/pkgs/development/python-modules/django-configurations/default.nix
index c7fbde5bdf379..ba32b75764035 100644
--- a/pkgs/development/python-modules/django-configurations/default.nix
+++ b/pkgs/development/python-modules/django-configurations/default.nix
@@ -14,14 +14,14 @@
 
 buildPythonPackage rec {
   pname = "django-configurations";
-  version = "2.4.1";
+  version = "2.5";
   format = "setuptools";
 
   disabled = pythonOlder "3.6";
 
   src = fetchPypi {
     inherit pname version;
-    hash = "sha256-psJcFDg05nsg00dRUS0IsykGhPJQmO4hKx7jaASlkIU=";
+    hash = "sha256-Y/olLEDciOoXuLkPX0oxonJuWGrLH/Dtx0wijGHxnl0=";
   };
 
   buildInputs = [