about summary refs log tree commit diff
path: root/pkgs/development/python-modules/aiomysensors/default.nix
diff options
context:
space:
mode:
authorFabian Affolter <mail@fabian-affolter.ch>2022-09-08 13:42:54 +0200
committerFabian Affolter <mail@fabian-affolter.ch>2022-10-29 18:29:49 +0200
commit3a759f3b6169457e59b774039df691e9cc391fd9 (patch)
tree95ffc93e966c711e07ae36c563f64c9cbba22e48 /pkgs/development/python-modules/aiomysensors/default.nix
parentc532303ba1559618ead8b9ce3296daeebcef7968 (diff)
python310Packages.aiomysensors: 0.3.0 -> 0.3.1
Diffstat (limited to 'pkgs/development/python-modules/aiomysensors/default.nix')
-rw-r--r--pkgs/development/python-modules/aiomysensors/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/aiomysensors/default.nix b/pkgs/development/python-modules/aiomysensors/default.nix
index dfa02c9794333..b2888a92d2566 100644
--- a/pkgs/development/python-modules/aiomysensors/default.nix
+++ b/pkgs/development/python-modules/aiomysensors/default.nix
@@ -15,7 +15,7 @@
 
 buildPythonPackage rec {
   pname = "aiomysensors";
-  version = "0.3.0";
+  version = "0.3.1";
   format = "pyproject";
 
   disabled = pythonOlder "3.9";
@@ -24,7 +24,7 @@ buildPythonPackage rec {
     owner = "MartinHjelmare";
     repo = pname;
     rev = "v${version}";
-    hash = "sha256-EGVoHEJrpGtp8OrhQhRZVaN1GhL4QCo/azp6pzgYYcs=";
+    hash = "sha256-uzVtgJ4R2MK6lqruvmoqgkzVCLhjyaEV92X6U6+lwG4=";
   };
 
   nativeBuildInputs = [