From 0a2345a9a5469331f8c3e061a2c336e4c8c8a2a2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20Sch=C3=BCtz?= Date: Mon, 21 Apr 2025 14:27:07 -0700 Subject: [PATCH] python313Packages.python-linkplay: 0.2.3 -> 0.2.4 Diff: https://github.com/Velleman/python-linkplay/compare/refs/tags/v0.2.3...refs/tags/v0.2.4 Changelog: https://github.com/Velleman/python-linkplay/releases/tag/v0.2.4 --- 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 e72cd3c76b6a..a2f7b0ce22d2 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.3"; + version = "0.2.4"; pyproject = true; src = fetchFromGitHub { owner = "Velleman"; repo = "python-linkplay"; tag = "v${version}"; - hash = "sha256-xs91de8ELDbBU7deDiOXgnyGMqmYcQY38HkltvPpScU="; + hash = "sha256-J0DwSUl1m0Yek1oPvMVLGEx9V3CCwo2OQyiI41Qs0x0="; }; build-system = [ setuptools ];