about summary refs log tree commit diff
path: root/pkgs/development/python-modules/aionotion
diff options
context:
space:
mode:
authorFabian Affolter <mail@fabian-affolter.ch>2023-05-06 23:48:30 +0200
committerFabian Affolter <mail@fabian-affolter.ch>2023-05-06 23:48:30 +0200
commit8a22a99d50a2963cef1f060704bd89dd55bc1f8e (patch)
treea08cd5d2c3588714aaf84fe238b08b3525fb8ffd /pkgs/development/python-modules/aionotion
parent897876e4c484f1e8f92009fd11b7d988a121a4e7 (diff)
python311Packages.aionotion: 2023.05.0 -> 2023.05.1
Diffstat (limited to 'pkgs/development/python-modules/aionotion')
-rw-r--r--pkgs/development/python-modules/aionotion/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/aionotion/default.nix b/pkgs/development/python-modules/aionotion/default.nix
index 93fd0f9f6fc25..ad0729c0ffa7c 100644
--- a/pkgs/development/python-modules/aionotion/default.nix
+++ b/pkgs/development/python-modules/aionotion/default.nix
@@ -14,7 +14,7 @@
 
 buildPythonPackage rec {
   pname = "aionotion";
-  version = "2023.05.0";
+  version = "2023.05.1";
   format = "pyproject";
 
   disabled = pythonOlder "3.7";
@@ -23,7 +23,7 @@ buildPythonPackage rec {
     owner = "bachya";
     repo = pname;
     rev = version;
-    hash = "sha256-wnyM8ERHJydhBdX9ZAskGdvIrvZNhYh/UVJv/JdxChE=";
+    hash = "sha256-gCHJBgPWe5aSzTvvETjfn3zoEuuCJV1s4lMQLP72a/8=";
   };
 
   nativeBuildInputs = [