From 944c377e0fc3e2ed6e4eee924010c07469d26ff3 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Tue, 21 May 2024 10:21:53 +0200 Subject: [PATCH] python312Packages.glances-api: 0.6.0 -> 0.7.0 Diff: https://github.com/home-assistant-ecosystem/python-glances-api/compare/refs/tags/0.6.0...0.7.0 Changelog: https://github.com/home-assistant-ecosystem/python-glances-api/releases/tag/0.7.0 --- pkgs/development/python-modules/glances-api/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/glances-api/default.nix b/pkgs/development/python-modules/glances-api/default.nix index 40c8d0698f18..a9a51a9723c6 100644 --- a/pkgs/development/python-modules/glances-api/default.nix +++ b/pkgs/development/python-modules/glances-api/default.nix @@ -12,7 +12,7 @@ buildPythonPackage rec { pname = "glances-api"; - version = "0.6.0"; + version = "0.7.0"; pyproject = true; disabled = pythonOlder "3.11"; @@ -21,7 +21,7 @@ buildPythonPackage rec { owner = "home-assistant-ecosystem"; repo = "python-glances-api"; rev = "refs/tags/${version}"; - hash = "sha256-k/F4q1+bO6p/PW8iEiiCX6yXKbS8SHXVR8mEGezOrRE="; + hash = "sha256-BME73/xhNo+KmR5Fd/cFXieZ7fVTFukRg6Wkcw6r2cc="; }; build-system = [ poetry-core ];