aiohttp-utils: 3.1.1 -> 3.2.1

This commit is contained in:
Gabriel Arazas 2023-03-03 09:12:28 +08:00
parent 993f856c39
commit a2d8ffee15
No known key found for this signature in database
GPG Key ID: ADE0C41DAB221FCC

View File

@ -3,12 +3,12 @@
with python3Packages;
buildPythonPackage rec {
pname = "aiohttp-utils";
version = "3.1.1";
version = "3.2.1";
src = fetchPypi {
inherit version;
pname = "aiohttp_utils";
sha256 = "sha256-CPLE3BWj/Rk6qQSiH0/zZfW64LE6Z2Tz59BaO7gC3BQ";
pname = "aiohttp-utils";
sha256 = "sha256-UJWcQ68aXvgwvHrWLB6NgFlGpB51VhFpSHvPuJq1IDw=";
};
doCheck = false;