Merge pull request #201826 from jmbaur/kea-exporter-0.5.1

This commit is contained in:
Martin Weinelt 2022-11-19 01:07:40 +01:00 committed by GitHub
commit 3cc1f7413b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,12 +2,12 @@
python3Packages.buildPythonApplication rec {
pname = "kea-exporter";
version = "0.5.0";
version = "0.5.1";
format = "pyproject";
src = python3Packages.fetchPypi {
inherit pname version;
hash = "sha256-RSW1HStfPV7yiuLgGIuMjS3vPXz8P3vmtfw6tDHXp6o=";
hash = "sha256-rNGA5XEx9xVUP1SeDPgXcaqgDhgX6JFhRX9GM454P5A=";
};
nativeBuildInputs = with python3Packages; [
@ -35,4 +35,3 @@ python3Packages.buildPythonApplication rec {
maintainers = with maintainers; [ hexa ];
};
}