python311Packages.aiocache: 0.12.1 -> 0.12.2
Diff: https://github.com/aio-libs/aiocache/compare/refs/tags/v0.12.1...v0.12.2 Changelog: https://github.com/aio-libs/aiocache/releases/tag/v0.12.2
This commit is contained in:
parent
9042b00dec
commit
20e39d862b
1 changed files with 2 additions and 2 deletions
|
@ -8,7 +8,7 @@
|
|||
|
||||
buildPythonPackage rec {
|
||||
pname = "aiocache";
|
||||
version = "0.12.1";
|
||||
version = "0.12.2";
|
||||
format = "setuptools";
|
||||
|
||||
disabled = pythonOlder "3.7";
|
||||
|
@ -17,7 +17,7 @@ buildPythonPackage rec {
|
|||
owner = "aio-libs";
|
||||
repo = pname;
|
||||
rev = "refs/tags/v${version}";
|
||||
hash = "sha256-/ruB8/5/oWGlTldOXkgdsPU+mQlXOL1qRcikElEHYNQ=";
|
||||
hash = "sha256-yvXDNJL8uxReaU81klVWudJwh1hmvg5GeeILcNpm/YA=";
|
||||
};
|
||||
|
||||
passthru.optional-dependencies = {
|
||||
|
|
Loading…
Reference in a new issue