Skip to content

Commit

Permalink
python312Packages.aiohttp-client-cache: 0.11.1 -> 0.12.4 (#353013)
Browse files Browse the repository at this point in the history
  • Loading branch information
NickCao authored Nov 2, 2024
2 parents ff77e45 + d33cc1a commit a2e1ae2
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,15 @@

buildPythonPackage rec {
pname = "aiohttp-client-cache";
version = "0.11.1";
version = "0.12.4";
pyproject = true;

disabled = pythonOlder "3.8";

src = fetchPypi {
pname = "aiohttp_client_cache";
inherit version;
hash = "sha256-MuY60hAkD4Ik8+Encv5TrBAs8kx88Y3bhqy7n9+eS28=";
hash = "sha256-5g/oFhNrWx1m87trJyq4HZeFTqHk2bVwhaNgQmln0mU=";
};

build-system = [ poetry-core ];
Expand Down

0 comments on commit a2e1ae2

Please sign in to comment.