python.pkgs: several maintenance updates

This commit is contained in:
Frederik Rietdijk
2017-07-03 20:19:57 +02:00
parent 54eeab4da0
commit 034c1a29fa
3 changed files with 6 additions and 6 deletions

View File

@@ -4,12 +4,12 @@
buildPythonPackage rec {
pname = "dogpile.cache";
version = "0.6.3";
version = "0.6.4";
name = "${pname}-${version}";
src = fetchPypi {
inherit pname version;
sha256 = "e9747f5e31f8dea1b80d6204358885f943f69e53574d88005438ca3651c44553";
sha256 = "a73aa3049cd88d7ec57a1c2e8946abdf4f14188d429c1023943fcc55c4568da1";
};
# Disable concurrency tests that often fail,