From 145b01d75aedcd10829355325d4b0973e6be6cf9 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Sun, 30 Apr 2023 01:27:06 +0200 Subject: [PATCH] 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 --- pkgs/development/python-modules/aiocache/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/aiocache/default.nix b/pkgs/development/python-modules/aiocache/default.nix index 105ebc9188ea..3a98fc5aca5b 100644 --- a/pkgs/development/python-modules/aiocache/default.nix +++ b/pkgs/development/python-modules/aiocache/default.nix @@ -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 = {