python311Packages.aiohttp-openmetrics: 0.0.11 -> 0.0.12

This commit is contained in:
Fabian Affolter 2023-09-27 18:50:32 +02:00
parent bfbbf80015
commit 1bc1329523

View file

@ -7,11 +7,11 @@
buildPythonPackage rec {
pname = "aiohttp-openmetrics";
version = "0.0.11";
version = "0.0.12";
src = fetchPypi {
inherit pname version;
hash = "sha256-GIVUkjyn+iQSMZZ6dNmmimvbt+t+uxOYv2QEDk/dA+g=";
hash = "sha256-/ZRngcMlroCVTvIl+30DR4SI8LsSnTovuzg3YduWgWA=";
};
propagatedBuildInputs = [