python310Packages.dogpile-cache: 1.1.6 -> 1.1.7
This commit is contained in:
parent
e25d5905ec
commit
4439918c3a
1 changed files with 2 additions and 2 deletions
|
@ -11,13 +11,13 @@
|
|||
|
||||
buildPythonPackage rec {
|
||||
pname = "dogpile-cache";
|
||||
version = "1.1.6";
|
||||
version = "1.1.7";
|
||||
disabled = pythonOlder "3.6";
|
||||
|
||||
src = fetchPypi {
|
||||
pname = "dogpile.cache";
|
||||
inherit version;
|
||||
sha256 = "sha256-7tweMn5myT8MFah0BWmrdO89iSkELxCPmP3tnjX6/1U=";
|
||||
sha256 = "sha256-IItZCpn6omXG4dEcLOnKZqsLgaU6zXL1aoJe7dI+5cg=";
|
||||
};
|
||||
|
||||
preCheck = ''
|
||||
|
|
Loading…
Reference in a new issue