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-04 22:53:37 +0200
committerFabian Affolter <mail@fabian-affolter.ch>2023-05-04 22:53:37 +0200
commit8dc6ea5d4298c0753aaf78483e3f83907f9dbc87 (patch)
tree69ff1e3fe7843b620131bfaef12dd59bcfc74994 /pkgs/development/python-modules/aionotion
parented533d1e5cb98d1d8cee4ebf2594012016e1e747 (diff)
python311Packages.aionotion: 2023.04.2 -> 2023.05.0
Diff: https://github.com/bachya/aionotion/compare/2023.04.2...2023.05.0
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 9c31395ef62b6..93fd0f9f6fc25 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.04.2";
+  version = "2023.05.0";
   format = "pyproject";
 
   disabled = pythonOlder "3.7";
@@ -23,7 +23,7 @@ buildPythonPackage rec {
     owner = "bachya";
     repo = pname;
     rev = version;
-    hash = "sha256-pMBUhCm16+Zs6xZExLB4Z5y+OKNHX+utjsfMLeYUSWY=";
+    hash = "sha256-wnyM8ERHJydhBdX9ZAskGdvIrvZNhYh/UVJv/JdxChE=";
   };
 
   nativeBuildInputs = [