Merge pull request #60713 from r-ryantm/auto-update/python3.7-fastcache

python37Packages.fastcache: 1.0.2 -> 1.1.0
This commit is contained in:
Mario Rodas 2019-05-04 23:41:54 -05:00 committed by GitHub
commit da6ecbdbc8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -2,11 +2,11 @@
buildPythonPackage rec {
pname = "fastcache";
version = "1.0.2";
version = "1.1.0";
src = fetchPypi {
inherit pname version;
sha256 = "1rl489zfbm2x67n7i6r7r4nhrhwk6yz3yc7x9y2rky8p95vhaw46";
sha256 = "0avqpswfmw5b08xx3ib6zchc5bis390fn1v74vg7nnrkf1pb3qbd";
};
checkInputs = [ pytest ];