summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFabian Affolter <mail@fabian-affolter.ch>2023-08-08 09:06:33 +0200
committerFabian Affolter <mail@fabian-affolter.ch>2023-08-08 09:06:33 +0200
commit20e39d862b6bd859f4c58ba40c45bc4f4ad33ecd (patch)
treea5be060d25d6c214d8c029b3660ed88b94667c5e
parent9042b00dec489678e5a38b1c4452e24e8513cd17 (diff)
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
-rw-r--r--pkgs/development/python-modules/aiocache/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/aiocache/default.nix b/pkgs/development/python-modules/aiocache/default.nix
index 3a98fc5aca5b..215a4029daca 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.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 = {