about summary refs log tree commit diff
diff options
context:
space:
mode:
authorRobert Scott <code@humanleg.org.uk>2024-04-21 22:24:53 +0100
committerGitHub <noreply@github.com>2024-04-21 22:24:53 +0100
commit06906a9e7ff6c652a27980204e18a59517e76fda (patch)
treed91c03e0250d6b9179069bc443f785be47e615ed
parent95d8be4d3c0cb6c1393a7b6c6d4cc962c9f8fd5e (diff)
parent4bf9bea2f4de2d4e48357bd91144f4d40650820f (diff)
Merge pull request #305242 from r-ryantm/auto-update/python311Packages.cachelib
python311Packages.cachelib: 0.12.0 -> 0.13.0
-rw-r--r--pkgs/development/python-modules/cachelib/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/cachelib/default.nix b/pkgs/development/python-modules/cachelib/default.nix
index 12f2a88cb2499..26b69651ffc34 100644
--- a/pkgs/development/python-modules/cachelib/default.nix
+++ b/pkgs/development/python-modules/cachelib/default.nix
@@ -8,7 +8,7 @@
 
 buildPythonPackage rec {
   pname = "cachelib";
-  version = "0.12.0";
+  version = "0.13.0";
   format = "setuptools";
   disabled = pythonOlder "3.6";
 
@@ -16,7 +16,7 @@ buildPythonPackage rec {
     owner = "pallets";
     repo = pname;
     rev = "refs/tags/${version}";
-    hash = "sha256-gSBY8zMGVn5Ndu4OexMP1v7bhXAAdl2UcEjjKFa21rE=";
+    hash = "sha256-8jg+zfdIATvu/GSFvqHl4cNMu+s2IFWC22vPZ7Q3WYI=";
   };
 
   nativeCheckInputs = [