about summary refs log tree commit diff
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2024-01-27 14:47:08 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2024-01-27 14:47:08 +0000
commitd17091ce94685d6ad8d9f55919525f2fdeadd91a (patch)
treeaf13fc4e1598b7f83307890ddfc47f7892f40626
parent58c189c2a4f8d4c2ca028a6d1b1e4157251e450a (diff)
python311Packages.aiovodafone: 0.5.3 -> 0.5.4
-rw-r--r--pkgs/development/python-modules/aiovodafone/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/aiovodafone/default.nix b/pkgs/development/python-modules/aiovodafone/default.nix
index 59274326723b8..cd19fc80327b4 100644
--- a/pkgs/development/python-modules/aiovodafone/default.nix
+++ b/pkgs/development/python-modules/aiovodafone/default.nix
@@ -10,7 +10,7 @@
 
 buildPythonPackage rec {
   pname = "aiovodafone";
-  version = "0.5.3";
+  version = "0.5.4";
   pyproject = true;
 
   disabled = pythonOlder "3.10";
@@ -19,7 +19,7 @@ buildPythonPackage rec {
     owner = "chemelli74";
     repo = "aiovodafone";
     rev = "refs/tags/v${version}";
-    hash = "sha256-a9V5rocQmloNkg9IsxOAle8zmOIQ7jf1xPLjdsjntVw=";
+    hash = "sha256-J2VdRxCzIjRUOqQW4YzOC8RRth9tibBS9YuizveqhhI=";
   };
 
   postPatch = ''