Loading pkgs/development/python-modules/aiohttp-client-cache/default.nix +2 −5 Original line number Diff line number Diff line Loading @@ -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 ]; Loading Loading
pkgs/development/python-modules/aiohttp-client-cache/default.nix +2 −5 Original line number Diff line number Diff line Loading @@ -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 ]; Loading