about summary refs log tree commit diff
path: root/pkgs/development/python-modules/aionotion
diff options
context:
space:
mode:
authorMartin Weinelt <hexa@darmstadt.ccc.de>2023-05-14 19:22:00 +0200
committerMartin Weinelt <hexa@darmstadt.ccc.de>2023-05-14 19:22:00 +0200
commite3c0652181ea9ee1a8a87ea494e234422ffd848e (patch)
treebf7647c061544e4f35c0f9565215f766f5e3563b /pkgs/development/python-modules/aionotion
parent9ab371d5d55cc29c0413044a4a890399d4fdaefa (diff)
python310Packages.aionotion: 2023.05.1 -> 2023.05.4
Diff: https://github.com/bachya/aionotion/compare/2023.05.1...2023.05.4
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 ad0729c0ffa7c..04f08687da355 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.1";
+  version = "2023.05.4";
   format = "pyproject";
 
   disabled = pythonOlder "3.7";
@@ -23,7 +23,7 @@ buildPythonPackage rec {
     owner = "bachya";
     repo = pname;
     rev = version;
-    hash = "sha256-gCHJBgPWe5aSzTvvETjfn3zoEuuCJV1s4lMQLP72a/8=";
+    hash = "sha256-iQQbLMb3Bi+BzKeN5oEHWjCJryf+TUiINueqStGyktQ=";
   };
 
   nativeBuildInputs = [