python310Packages.aiocache: 0.12.0 -> 0.12.1

Diff: https://github.com/aio-libs/aiocache/compare/refs/tags/v0.12.0...v0.12.1

Changelog: https://github.com/aio-libs/aiocache/releases/tag/v0.12.1
This commit is contained in:
Fabian Affolter 2023-04-30 01:27:06 +02:00
parent 3dcff817ee
commit 145b01d75a

View file

@ -8,7 +8,7 @@
buildPythonPackage rec {
pname = "aiocache";
version = "0.12.0";
version = "0.12.1";
format = "setuptools";
disabled = pythonOlder "3.7";
@ -17,7 +17,7 @@ buildPythonPackage rec {
owner = "aio-libs";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-jNfU5jT2xLgwVeVp8jXrQ6QQuUDwMOxf+hZ7VFsMFpM=";
hash = "sha256-/ruB8/5/oWGlTldOXkgdsPU+mQlXOL1qRcikElEHYNQ=";
};
passthru.optional-dependencies = {