From 42cc9e42cb33d1ed822299a5472d1fdc1608cac3 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Fri, 1 Mar 2024 12:22:45 +0100 Subject: [PATCH] python311Packages.aiomysensors: 0.3.12 -> 0.3.13 Diff: https://github.com/MartinHjelmare/aiomysensors/compare/refs/tags/v0.3.12...v0.3.13 Changelog: https://github.com/MartinHjelmare/aiomysensors/releases/tag/v0.3.13 --- pkgs/development/python-modules/aiomysensors/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/aiomysensors/default.nix b/pkgs/development/python-modules/aiomysensors/default.nix index 15c71c5cba68..404a9c2c3a77 100644 --- a/pkgs/development/python-modules/aiomysensors/default.nix +++ b/pkgs/development/python-modules/aiomysensors/default.nix @@ -15,7 +15,7 @@ buildPythonPackage rec { pname = "aiomysensors"; - version = "0.3.12"; + version = "0.3.13"; pyproject = true; disabled = pythonOlder "3.9"; @@ -24,7 +24,7 @@ buildPythonPackage rec { owner = "MartinHjelmare"; repo = "aiomysensors"; rev = "refs/tags/v${version}"; - hash = "sha256-9M5WuBoezbZr7OwJaM0m2CqibziJVwqANGOhiJrqfxA="; + hash = "sha256-2i2QodEWOZ/nih6ap5ovWuKxILB5arusnqOiOlb4xWM="; }; postPatch = ''