From dcfc75fdf6aee09bc89016433a2fb8d71d530c92 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20Sch=C3=BCtz?= Date: Wed, 26 Nov 2025 23:33:50 -0800 Subject: [PATCH] python3Packages.lunatone-rest-api-client: 0.5.7 -> 0.6.0 Diff: https://gitlab.com/lunatone-public/lunatone-rest-api-client/-/compare/v0.5.7...0.6.0 Changelog: https://gitlab.com/lunatone-public/lunatone-rest-api-client/-/blob/v0.6.0/CHANGELOG.md --- .../python-modules/lunatone-rest-api-client/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/lunatone-rest-api-client/default.nix b/pkgs/development/python-modules/lunatone-rest-api-client/default.nix index 770f267768d6..5f91cf2e06b8 100644 --- a/pkgs/development/python-modules/lunatone-rest-api-client/default.nix +++ b/pkgs/development/python-modules/lunatone-rest-api-client/default.nix @@ -12,14 +12,14 @@ buildPythonPackage rec { pname = "lunatone-rest-api-client"; - version = "0.5.7"; + version = "0.6.0"; pyproject = true; src = fetchFromGitLab { owner = "lunatone-public"; repo = "lunatone-rest-api-client"; tag = "v${version}"; - hash = "sha256-uWve5TMBwav3FdEoPBGS2x6h+2pIIRn6dd8BwRU1Kxo="; + hash = "sha256-kPvHyabiT+Vl+/yCGQxyD16HPoOKsL7ij3c0LO3qNe8="; }; build-system = [ hatchling ];