From 0f51db0c72a4aad1bc2a71e17614d2af55eead61 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Thu, 21 Nov 2024 11:14:45 +0100 Subject: [PATCH] python312Packages.aiosonic: 0.21.0 -> 0.22.0 Diff: https://github.com/sonic182/aiosonic/compare/refs/tags/0.21.0...0.22.0 Changelog: https://github.com/sonic182/aiosonic/blob/0.22.0/CHANGELOG.md --- pkgs/development/python-modules/aiosonic/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/aiosonic/default.nix b/pkgs/development/python-modules/aiosonic/default.nix index b5f4e5406b8b..ec52ae7cbea4 100644 --- a/pkgs/development/python-modules/aiosonic/default.nix +++ b/pkgs/development/python-modules/aiosonic/default.nix @@ -35,7 +35,7 @@ buildPythonPackage rec { pname = "aiosonic"; - version = "0.21.0"; + version = "0.22.0"; pyproject = true; disabled = pythonOlder "3.8"; @@ -46,7 +46,7 @@ buildPythonPackage rec { owner = "sonic182"; repo = "aiosonic"; rev = "refs/tags/${version}"; - hash = "sha256-YvqRuxl+Dgnsla/iotvWREdh93jwnXaq+F9py9MGP0o="; + hash = "sha256-wBYGiSTSRhi11uqTyGgF1YpnBVoDraCr2GKC8VkQEWc="; }; postPatch = ''