From e65eafd2f7535a24239593558015002bd3f352d2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20Sch=C3=BCtz?= Date: Tue, 1 Oct 2024 15:14:18 -0700 Subject: [PATCH] python312Packages.python-linkplay: 0.0.11 -> 0.0.14 Diff: https://github.com/Velleman/python-linkplay/compare/refs/tags/v0.0.11...v0.0.14 Changelog: https://github.com/Velleman/python-linkplay/releases/tag/v0.0.12 https://github.com/Velleman/python-linkplay/releases/tag/v0.0.14 --- 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 cc7671ebc3f1..9b6509591ed3 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.0.11"; + version = "0.0.14"; pyproject = true; src = fetchFromGitHub { owner = "Velleman"; repo = "python-linkplay"; rev = "refs/tags/v${version}"; - hash = "sha256-IFDVIUBB/8FZMn6CKmZBbOEB3ghzer7Fe6YLhwtjJSU="; + hash = "sha256-Sj22bbSJoD52WQBWzdFW36WFQcfvPadpd6mv84vN73U="; }; build-system = [ setuptools ];