Commit 1ddbbe1b authored by Robert Schütz's avatar Robert Schütz
Browse files

python313Packages.aiohttp-client-cache: 0.12.4 -> 0.13.0

parent c46b6e9a
Loading
Loading
Loading
Loading
+2 −5
Original line number Diff line number Diff line
@@ -14,22 +14,19 @@
  poetry-core,
  pytest-aiohttp,
  pytestCheckHook,
  pythonOlder,
  redis,
  url-normalize,
}:

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

  disabled = pythonOlder "3.8";

  src = fetchPypi {
    pname = "aiohttp_client_cache";
    inherit version;
    hash = "sha256-5g/oFhNrWx1m87trJyq4HZeFTqHk2bVwhaNgQmln0mU=";
    hash = "sha256-3FzWI0CtvuGOD+3HsMN1Qmkt8I+O2ZRddRtykqBDOFM=";
  };

  build-system = [ poetry-core ];