about summary refs log tree commit diff
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2024-02-23 12:02:13 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2024-02-23 12:02:13 +0000
commit9e87044ded431997bfacc5f53a15591b51e7526e (patch)
tree43e916ff7f205f7df3e4e8973820b6cbe2597551
parent46a66fd4a8e838838aaeb7a57d25be7db4fed7d3 (diff)
downloadnixlib-9e87044ded431997bfacc5f53a15591b51e7526e.tar
nixlib-9e87044ded431997bfacc5f53a15591b51e7526e.tar.gz
nixlib-9e87044ded431997bfacc5f53a15591b51e7526e.tar.bz2
nixlib-9e87044ded431997bfacc5f53a15591b51e7526e.tar.lz
nixlib-9e87044ded431997bfacc5f53a15591b51e7526e.tar.xz
nixlib-9e87044ded431997bfacc5f53a15591b51e7526e.tar.zst
nixlib-9e87044ded431997bfacc5f53a15591b51e7526e.zip
python311Packages.django-simple-history: 3.4.0 -> 3.5.0
-rw-r--r--pkgs/development/python-modules/django-simple-history/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/django-simple-history/default.nix b/pkgs/development/python-modules/django-simple-history/default.nix
index a38671d97c0f..4c31b8725763 100644
--- a/pkgs/development/python-modules/django-simple-history/default.nix
+++ b/pkgs/development/python-modules/django-simple-history/default.nix
@@ -10,7 +10,7 @@
 
 buildPythonPackage rec {
   pname = "django-simple-history";
-  version = "3.4.0";
+  version = "3.5.0";
   format = "setuptools";
 
   disabled = pythonOlder "3.8";
@@ -19,7 +19,7 @@ buildPythonPackage rec {
     owner = "jazzband";
     repo = "django-simple-history";
     rev = "refs/tags/${version}";
-    hash = "sha256-XY6YNajwX5z3AXkYYGFtrURDqxub9EQwu52jQ7CZwrI=";
+    hash = "sha256-BW/F+RBf1KvwGRY9IK00+n69Jtx/ndEuvpHSi8/odSE=";
   };
 
   nativeBuildInputs = [