python3Packages.aiohttp-remotes: 1.1.0 -> 1.2.0

This commit is contained in:
Jonathan Ringer 2022-01-13 16:58:04 -08:00 committed by Martin Weinelt
parent 0a9f3ce2a5
commit 4e4fbd132f

View File

@ -10,7 +10,7 @@
buildPythonPackage rec {
pname = "aiohttp-remotes";
version = "1.1.0";
version = "1.2.0";
format = "setuptools";
disabled = pythonOlder "3.6";
@ -18,7 +18,7 @@ buildPythonPackage rec {
src = fetchPypi {
pname = "aiohttp_remotes";
inherit version;
sha256 = "e44f2c5fd5fc3305477c89bb25f14570589100cc58c48b36745d4239839d3174";
sha256 = "f95c3a6be5e2de746a85ce9af49ec548da6db8378d7e81bb171ec77b13562a6c";
};
propagatedBuildInputs = [