python3Packages.prometheus-client: 0.11.0 -> 0.12.0

This commit is contained in:
Jonathan Ringer 2021-11-25 14:47:04 -08:00
parent c154822e00
commit 4ba9a841a5
No known key found for this signature in database
GPG Key ID: 5C841D3CFDFEC4E0

View File

@ -6,13 +6,13 @@
buildPythonPackage rec {
pname = "prometheus-client";
version = "0.11.0";
version = "0.12.0";
src = fetchFromGitHub {
owner = "prometheus";
repo = "client_python";
rev = "v${version}";
sha256 = "14swmy4dgpk6cyjsm2advgc2c8api7xaca1sl7swznblh5fyzgzg";
sha256 = "1a0kllal5vkkdv325k0mx1mha2l9808mcz4dqx6qrgfskz8c2xjl";
};
checkInputs = [