Merge pull request #305242 from r-ryantm/auto-update/python311Packages.cachelib

python311Packages.cachelib: 0.12.0 -> 0.13.0
This commit is contained in:
Robert Scott 2024-04-21 22:24:53 +01:00 committed by GitHub
commit 06906a9e7f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@
buildPythonPackage rec {
pname = "cachelib";
version = "0.12.0";
version = "0.13.0";
format = "setuptools";
disabled = pythonOlder "3.6";
@ -16,7 +16,7 @@ buildPythonPackage rec {
owner = "pallets";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-gSBY8zMGVn5Ndu4OexMP1v7bhXAAdl2UcEjjKFa21rE=";
hash = "sha256-8jg+zfdIATvu/GSFvqHl4cNMu+s2IFWC22vPZ7Q3WYI=";
};
nativeCheckInputs = [