python37Packages.fastcache: 1.0.2 -> 1.1.0

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.7-fastcache/versions
This commit is contained in:
R. RyanTM 2019-05-01 21:25:25 -07:00
parent a381d42221
commit 239c545664

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 ];