Unverified Commit a726cdd1 authored by dotlambda's avatar dotlambda Committed by GitHub
Browse files

python3Packages.aiohttp-client-cache: 0.13.0 -> 0.14.0 (#445721)

parents 46f97b78 028f8ac6
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -21,13 +21,13 @@

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

  src = fetchPypi {
    pname = "aiohttp_client_cache";
    inherit version;
    hash = "sha256-3FzWI0CtvuGOD+3HsMN1Qmkt8I+O2ZRddRtykqBDOFM=";
    hash = "sha256-onEcLEhhTLljQ57No49shj5Jv6bqF1t9/7z1yCRfzxk=";
  };

  build-system = [ poetry-core ];