From d78f4eb87f23537a177045661e93aea9040334f6 Mon Sep 17 00:00:00 2001 From: Frederik Rietdijk Date: Tue, 12 Jun 2018 18:46:58 +0200 Subject: python: cachetools: 2.0.1 -> 2.1.0 --- pkgs/development/python-modules/cachetools/1.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pkgs/development/python-modules/cachetools') diff --git a/pkgs/development/python-modules/cachetools/1.nix b/pkgs/development/python-modules/cachetools/1.nix index 6daa735cfaed2..f527a77737364 100644 --- a/pkgs/development/python-modules/cachetools/1.nix +++ b/pkgs/development/python-modules/cachetools/1.nix @@ -3,12 +3,12 @@ buildPythonPackage rec { name = "${pname}-${version}"; pname = "cachetools"; - version = "2.0.1"; + version = "2.1.0"; disabled = isPyPy; # a test fails src = fetchPypi { inherit pname version; - sha256 = "ede01f2d3cbd6ddc9e35e16c2b0ce011d8bb70ce0dbaf282f5b4df24b213bc5d"; + sha256 = "90f1d559512fc073483fe573ef5ceb39bf6ad3d39edc98dc55178a2b2b176fa3"; }; meta = with stdenv.lib; { -- cgit 1.4.1