From d4820a591d5cf952b9a63322b9c0b7449f9725bf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20Sch=C3=BCtz?= Date: Thu, 3 Apr 2025 21:58:46 -0700 Subject: [PATCH] python313Packages.python-linkplay: 0.2.1 -> 0.2.2 Diff: https://github.com/Velleman/python-linkplay/compare/refs/tags/v0.2.1...v0.2.2 Changelog: https://github.com/Velleman/python-linkplay/releases/tag/v0.2.2 --- pkgs/development/python-modules/python-linkplay/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/python-linkplay/default.nix b/pkgs/development/python-modules/python-linkplay/default.nix index 7d0f1849ea15..f2866b530c2f 100644 --- a/pkgs/development/python-modules/python-linkplay/default.nix +++ b/pkgs/development/python-modules/python-linkplay/default.nix @@ -15,14 +15,14 @@ buildPythonPackage rec { pname = "python-linkplay"; - version = "0.2.1"; + version = "0.2.2"; pyproject = true; src = fetchFromGitHub { owner = "Velleman"; repo = "python-linkplay"; tag = "v${version}"; - hash = "sha256-R4swSS+aOAygGRUPoJhJSutx6JEaO+QS1IL6nWEBTnw="; + hash = "sha256-K5MDpMza5z3CYuGymXusZ5WMmmN/6rVxegiiO8RtOTc="; }; build-system = [ setuptools ];