lol

Merge pull request #145877 from r-ryantm/auto-update/python38Packages.aiohttp-remotes

python38Packages.aiohttp-remotes: 1.0.0 -> 1.1.0

authored by

Fabian Affolter and committed by
GitHub
d502e609 978890af

+2 -2
+2 -2
pkgs/development/python-modules/aiohttp-remotes/default.nix
··· 4 4 5 5 buildPythonPackage rec { 6 6 pname = "aiohttp_remotes"; 7 - version = "1.0.0"; 7 + version = "1.1.0"; 8 8 9 9 src = fetchPypi { 10 10 inherit pname version; 11 - sha256 = "1vv2ancxsaxlls9sinigjnrqyx95n7cphq37m8nwifkhvs0idv6a"; 11 + sha256 = "e44f2c5fd5fc3305477c89bb25f14570589100cc58c48b36745d4239839d3174"; 12 12 }; 13 13 14 14 propagatedBuildInputs = [ aiohttp ];