about summary refs log tree commit diff
diff options
context:
space:
mode:
authorFabian Affolter <fabian@affolter-engineering.ch>2024-06-24 23:57:10 +0200
committerGitHub <noreply@github.com>2024-06-24 23:57:10 +0200
commit5a0eb2bb1bbeeb60f93616624421dd6d07f83733 (patch)
tree98b18fca8fa95c2f5dc2124e6a52f0a7c5c246af
parent771302c608e5c87cfbb1f05847509cd3b3136fdc (diff)
parent341286f32f520f39766e3c000a21316961367683 (diff)
Merge pull request #322255 from fabaff/aiovodafone-bump
python312Packages.aiovodafone: 0.6.0 -> 0.6.1
-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 5344131279934..fc5b91f13a1bd 100644
--- a/pkgs/development/python-modules/aiovodafone/default.nix
+++ b/pkgs/development/python-modules/aiovodafone/default.nix
@@ -11,7 +11,7 @@
 
 buildPythonPackage rec {
   pname = "aiovodafone";
-  version = "0.6.0";
+  version = "0.6.1";
   pyproject = true;
 
   disabled = pythonOlder "3.11";
@@ -20,7 +20,7 @@ buildPythonPackage rec {
     owner = "chemelli74";
     repo = "aiovodafone";
     rev = "refs/tags/v${version}";
-    hash = "sha256-sy7/nCthmfI0WdBkwBU83fifcYTe9zUBOpxV7RX9F6w=";
+    hash = "sha256-ZBy3lo7rb361aysi2ezryd5H47r6sgSqmYNeAI+wXeQ=";
   };
 
   postPatch = ''