about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorFabian Affolter <fabian@affolter-engineering.ch>2024-06-10 20:55:23 +0200
committerGitHub <noreply@github.com>2024-06-10 20:55:23 +0200
commit4c00e21f80440aec964cfc38002b09309e65d9a0 (patch)
tree52ee3ddcc135b394f2918f3fe18375cd06f9f8c2 /pkgs
parent95442f5ddd3a39e6d60f25e47797e2240b80dbd5 (diff)
parentbe2320b8f53b1bc6310b5603fa5e3d82cad14dcc (diff)
Merge pull request #318541 from fabaff/glances-api-bump
python311Packages.glances-api: 0.7.0 -> 0.8.0
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/python-modules/glances-api/default.nix4
1 files 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 a9a51a9723c65..bceb44eb0b6fd 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.7.0";
+  version = "0.8.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-BME73/xhNo+KmR5Fd/cFXieZ7fVTFukRg6Wkcw6r2cc=";
+    hash = "sha256-QAnwFX53jf7yWWa308/XTARNw5Qeo9K2zfD+6+HiFuM=";
   };
 
   build-system = [ poetry-core ];