From 1711da9b2f40a2dfae5a5d48ac934ee90917d2e1 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Sat, 15 Mar 2025 09:12:43 +0100 Subject: [PATCH] python313Packages.aioharmony: 0.4.1 -> 0.5.2 Diff: https://github.com/Harmony-Libs/aioharmony/compare/refs/tags/v0.4.1...v0.5.2 --- pkgs/development/python-modules/aioharmony/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/aioharmony/default.nix b/pkgs/development/python-modules/aioharmony/default.nix index a156ac6fd94c..2c2f991b6a9d 100644 --- a/pkgs/development/python-modules/aioharmony/default.nix +++ b/pkgs/development/python-modules/aioharmony/default.nix @@ -12,14 +12,14 @@ buildPythonPackage rec { pname = "aioharmony"; - version = "0.4.1"; + version = "0.5.2"; pyproject = true; src = fetchFromGitHub { owner = "Harmony-Libs"; repo = "aioharmony"; tag = "v${version}"; - hash = "sha256-X7oL4jokomNLhBEp4z8t11Yv/4pNDnqFurPmChXUU3o="; + hash = "sha256-QFl+OqduNGxs/+QNXpNZqtys0OTCWGmKTNa1Xht4Fuw="; }; build-system = [ setuptools ];