summary refs log tree commit diff
diff options
context:
space:
mode:
authorFabian Affolter <mail@fabian-affolter.ch>2022-01-04 10:29:35 +0100
committerFabian Affolter <mail@fabian-affolter.ch>2022-01-11 09:44:17 +0100
commit7e228858764216f20bc96de71ee261d80941d61a (patch)
tree41b2b13c8c891000324f57267681b8f5f50053ef
parent3be14d7b3a00e566c0f4389769346cf499c63edc (diff)
downloadnixpkgs-7e228858764216f20bc96de71ee261d80941d61a.tar
nixpkgs-7e228858764216f20bc96de71ee261d80941d61a.tar.gz
nixpkgs-7e228858764216f20bc96de71ee261d80941d61a.tar.bz2
nixpkgs-7e228858764216f20bc96de71ee261d80941d61a.tar.lz
nixpkgs-7e228858764216f20bc96de71ee261d80941d61a.tar.xz
nixpkgs-7e228858764216f20bc96de71ee261d80941d61a.tar.zst
nixpkgs-7e228858764216f20bc96de71ee261d80941d61a.zip
python3Packages.glances-api: 0.3.2 -> 0.3.3
-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 e9d68685a3f..bdd2e63e07a 100644
--- a/pkgs/development/python-modules/glances-api/default.nix
+++ b/pkgs/development/python-modules/glances-api/default.nix
@@ -11,7 +11,7 @@
 
 buildPythonPackage rec {
   pname = "glances-api";
-  version = "0.3.2";
+  version = "0.3.3";
   format = "pyproject";
 
   disabled = pythonOlder "3.8";
@@ -20,7 +20,7 @@ buildPythonPackage rec {
     owner = "home-assistant-ecosystem";
     repo = "python-glances-api";
     rev = version;
-    sha256 = "sha256-zVK63SI8ZeVrY2iEEkgp8pq6RDheKeApb9/RWgZCKGI=";
+    sha256 = "sha256-F3jmYBZNzI4hRmH1J+S5RwxjouZNcUJOnD3QpX1J39s=";
   };
 
   nativeBuildInputs = [