about summary refs log tree commit diff
path: root/pkgs/development/python-modules/cachetools
diff options
context:
space:
mode:
authorFrederik Rietdijk <fridh@fridh.nl>2019-05-30 08:49:48 +0200
committerFrederik Rietdijk <fridh@fridh.nl>2019-06-15 08:44:04 +0200
commit3eb05dabd07b14dbd0b9fc0a59d34023d88b6294 (patch)
treeccefcc82b08acf36d7803c972e85e3412e770a8a /pkgs/development/python-modules/cachetools
parent67ffa0330a8df5a2bbda2fc4d69eae2f4f3f8702 (diff)
python: cachetools: 3.1.0 -> 3.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 2581ba9c95f0d..51bf0e753a912 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 = "3.1.0";
+  version = "3.1.1";
 
   src = fetchPypi {
     inherit pname version;
-    sha256 = "9efcc9fab3b49ab833475702b55edd5ae07af1af7a4c627678980b45e459c460";
+    sha256 = "8ea2d3ce97850f31e4a08b0e2b5e6c34997d7216a9d2c98e0f3978630d4da69a";
   };
 
   meta = with stdenv.lib; {