about summary refs log tree commit diff
path: root/pkgs/development/python-modules/cachetools
diff options
context:
space:
mode:
authorFrederik Rietdijk <fridh@fridh.nl>2020-07-31 10:56:36 +0200
committerFrederik Rietdijk <fridh@fridh.nl>2020-08-04 21:54:42 +0200
commita043299992f12ce2272860fea8be435453b602e7 (patch)
treecd97e7f62a537e30b8c10afba1b96f80e4c85093 /pkgs/development/python-modules/cachetools
parent9a3e69c9bcdbc5758b6faa801a37f3818c3aa39b (diff)
python: cachetools: 4.1.0 -> 4.1.1
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 f22d4fc088523..6cc6c45137f5d 100644
--- a/pkgs/development/python-modules/cachetools/default.nix
+++ b/pkgs/development/python-modules/cachetools/default.nix
@@ -2,11 +2,11 @@
 
 buildPythonPackage rec {
   pname = "cachetools";
-  version = "4.1.0";
+  version = "4.1.1";
 
   src = fetchPypi {
     inherit pname version;
-    sha256 = "1d057645db16ca7fe1f3bd953558897603d6f0b9c51ed9d11eb4d071ec4e2aab";
+    sha256 = "bbaa39c3dede00175df2dc2b03d0cf18dd2d32a7de7beb68072d13043c9edb20";
   };
 
   meta = with stdenv.lib; {