1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-12-05 12:02:47 +00:00

python: dogpile.cache: 0.7.1 -> 0.8.0

This commit is contained in:
Frederik Rietdijk 2019-10-24 08:47:29 +02:00
parent 2a25777621
commit 0562fed5a1

View file

@ -4,11 +4,11 @@
buildPythonPackage rec {
pname = "dogpile.cache";
version = "0.7.1";
version = "0.8.0";
src = fetchPypi {
inherit pname version;
sha256 = "691b7f199561c4bd6e7e96f164a43cc3781b0c87bea29b7d59d859f873fd4a31";
sha256 = "70f5eae4aec908f76188a2c287e07105f60c05d879bb9a4efcc5ba44563d8de6";
};
# Disable concurrency tests that often fail,