Unverified Commit a2e1ae26 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

python312Packages.aiohttp-client-cache: 0.11.1 -> 0.12.4 (#353013)

parents ff77e454 d33cc1a7
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -21,7 +21,7 @@

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

  disabled = pythonOlder "3.8";
@@ -29,7 +29,7 @@ buildPythonPackage rec {
  src = fetchPypi {
    pname = "aiohttp_client_cache";
    inherit version;
    hash = "sha256-MuY60hAkD4Ik8+Encv5TrBAs8kx88Y3bhqy7n9+eS28=";
    hash = "sha256-5g/oFhNrWx1m87trJyq4HZeFTqHk2bVwhaNgQmln0mU=";
  };

  build-system = [ poetry-core ];