From 48f5622c20f05c2576fc0b66eb428ebee656799b Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Fri, 28 Jun 2024 20:01:02 +0200 Subject: [PATCH] python312Packages.aiowithings: 3.0.1 -> 3.0.2 Diff: https://github.com/joostlek/python-withings/compare/refs/tags/v3.0.1...v3.0.2 Changelog: https://github.com/joostlek/python-withings/releases/tag/v3.0.2 --- pkgs/development/python-modules/aiowithings/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/aiowithings/default.nix b/pkgs/development/python-modules/aiowithings/default.nix index fe46582dbf29..92e8c7f7a6ce 100644 --- a/pkgs/development/python-modules/aiowithings/default.nix +++ b/pkgs/development/python-modules/aiowithings/default.nix @@ -14,7 +14,7 @@ buildPythonPackage rec { pname = "aiowithings"; - version = "3.0.1"; + version = "3.0.2"; pyproject = true; disabled = pythonOlder "3.11"; @@ -23,7 +23,7 @@ buildPythonPackage rec { owner = "joostlek"; repo = "python-withings"; rev = "refs/tags/v${version}"; - hash = "sha256-Crc+OpkkRKHgrszXNuV2Q83IusOXt9y4IVTSz/w7l/Y="; + hash = "sha256-UKAfEBMybi9536QIDARATZYAs2CHQzFBIVorzwsnrQo="; }; postPatch = ''