3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #177289 from r-ryantm/auto-update/python310Packages.dogpile-cache

python310Packages.dogpile-cache: 1.1.5 -> 1.1.6
This commit is contained in:
Mario Rodas 2022-06-12 05:18:53 -05:00 committed by GitHub
commit 10b173dd0c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -11,13 +11,13 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "dogpile-cache"; pname = "dogpile-cache";
version = "1.1.5"; version = "1.1.6";
disabled = pythonOlder "3.6"; disabled = pythonOlder "3.6";
src = fetchPypi { src = fetchPypi {
pname = "dogpile.cache"; pname = "dogpile.cache";
inherit version; inherit version;
sha256 = "0f01bdc329329a8289af9705ff40fadb1f82a28c336f3174e12142b70d31c756"; sha256 = "sha256-7tweMn5myT8MFah0BWmrdO89iSkELxCPmP3tnjX6/1U=";
}; };
preCheck = '' preCheck = ''