python312Packages.netdata: 1.2.0 -> 1.3.0 (#361262)

This commit is contained in:
Fabian Affolter 2024-12-03 09:49:23 +01:00 committed by GitHub
commit ebf9c03bce
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -13,7 +13,7 @@
buildPythonPackage rec {
pname = "netdata";
version = "1.2.0";
version = "1.3.0";
format = "pyproject";
disabled = pythonOlder "3.8";
@ -22,7 +22,7 @@ buildPythonPackage rec {
owner = "home-assistant-ecosystem";
repo = "python-netdata";
rev = "refs/tags/${version}";
hash = "sha256-ViiGh5CsRpMJ6zvPmje+eB5LuO6t47bjObaYh5a2Kw8=";
hash = "sha256-Et9T/+xonHSXjGQabgizW4pVBIYpTz0flud+vlfBNQE=";
};
nativeBuildInputs = [ poetry-core ];