3
0
Fork 0
forked from mirrors/nixpkgs

prometheus-kea-exporter: 0.4.4 -> 0.5.0

This commit is contained in:
Martin Weinelt 2022-10-13 04:04:13 +02:00
parent 4820e2da74
commit 82da2bfa8e
No known key found for this signature in database
GPG key ID: 87C1E9888F856759

View file

@ -2,16 +2,16 @@
python3Packages.buildPythonApplication rec {
pname = "kea-exporter";
version = "0.4.4";
version = "0.5.0";
format = "pyproject";
src = python3Packages.fetchPypi {
inherit pname version;
hash = "sha256-8hWQfI9HCSKhkgN3F0mwvKKJg6FlwqRZ1QuQFB1YXrc=";
hash = "sha256-RSW1HStfPV7yiuLgGIuMjS3vPXz8P3vmtfw6tDHXp6o=";
};
nativeBuildInputs = with python3Packages; [
poetry-core
pdm-pep517
];
propagatedBuildInputs = with python3Packages; [