3
0
Fork 0
forked from mirrors/nixpkgs

python38Packages.aiohttp-remotes: 1.0.0 -> 1.1.0

This commit is contained in:
R. Ryantm 2021-11-14 08:12:53 +00:00
parent a6b0f5af47
commit c27254571b

View file

@ -4,11 +4,11 @@
buildPythonPackage rec {
pname = "aiohttp_remotes";
version = "1.0.0";
version = "1.1.0";
src = fetchPypi {
inherit pname version;
sha256 = "1vv2ancxsaxlls9sinigjnrqyx95n7cphq37m8nwifkhvs0idv6a";
sha256 = "e44f2c5fd5fc3305477c89bb25f14570589100cc58c48b36745d4239839d3174";
};
propagatedBuildInputs = [ aiohttp ];