about summary refs log tree commit diff
path: root/pkgs/development/python-modules/cachetools
diff options
context:
space:
mode:
authorFabian Affolter <mail@fabian-affolter.ch>2022-06-03 00:50:06 +0200
committerJonathan Ringer <jonringer117@gmail.com>2022-06-06 11:46:17 -0700
commitaf4aa2f2e4faeb10e6e8f4ed00e902c2d8600cb9 (patch)
tree0af3625c00ab684ec22bfe0f14d76ddefee16b26 /pkgs/development/python-modules/cachetools
parent2933cc953c68c352835a53a3df8eef16e802384f (diff)
python310Packages.cachetools: 5.0.0 -> 5.2.0
Diffstat (limited to 'pkgs/development/python-modules/cachetools')
-rw-r--r--pkgs/development/python-modules/cachetools/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/cachetools/default.nix b/pkgs/development/python-modules/cachetools/default.nix
index f38eb328e3d98..9de26ad533952 100644
--- a/pkgs/development/python-modules/cachetools/default.nix
+++ b/pkgs/development/python-modules/cachetools/default.nix
@@ -7,7 +7,7 @@
 
 buildPythonPackage rec {
   pname = "cachetools";
-  version = "5.0.0";
+  version = "5.2.0";
   format = "setuptools";
 
   disabled = pythonOlder "3.7";
@@ -16,7 +16,7 @@ buildPythonPackage rec {
     owner = "tkem";
     repo = pname;
     rev = "v${version}";
-    hash = "sha256-urTkls1S83m7Eo7chPaQc5gxz0omZBToNYa8upQEiOo=";
+    hash = "sha256-DheHTD62f1ZxoiS0y0/CzDMHvKGmEiEUAX6oaqTpB78=";
   };
 
   checkInputs = [