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>2021-06-08 21:43:04 +0200
committerMartin Weinelt <hexa@darmstadt.ccc.de>2021-06-22 13:42:51 +0200
commit48e514d2292949644faafe691f270131e9f3c435 (patch)
tree75632fbac610978363613b64da998e2cf95c6417 /pkgs/development/python-modules/cachetools
parent28d5b8bc25f7ae78bb822fd6ff19b05929e39f78 (diff)
python3Packages.cachetools: 4.2.1 -> 4.2.2
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 a160c5ea94c54..fe7ad48274eae 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 = "4.2.1";
+  version = "4.2.2";
 
   disabled = isPy27;
 
@@ -15,7 +15,7 @@ buildPythonPackage rec {
     owner = "tkem";
     repo = pname;
     rev = "v${version}";
-    sha256 = "1b662ph8m2d05d2vi3izgnr6v7h9zfvscfsaaw8nhdmmm15ivfa6";
+    sha256 = "sha256-JTm8ht2Ubn34uQLR0yjUjXSdDQggWfYUlS0T628OUoI=";
   };
 
   checkInputs = [ pytestCheckHook ];