From 66ff2d63fa367848d2212f1b0fcb8406ec42fcb6 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Fri, 14 Nov 2025 17:55:10 +0000 Subject: [PATCH] python3Packages.librespot: 0.0.9 -> 0.0.10 --- pkgs/development/python-modules/librespot/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/librespot/default.nix b/pkgs/development/python-modules/librespot/default.nix index 4e08a9a5e1e3..1a7ecaca6738 100644 --- a/pkgs/development/python-modules/librespot/default.nix +++ b/pkgs/development/python-modules/librespot/default.nix @@ -15,7 +15,7 @@ buildPythonPackage rec { pname = "librespot"; - version = "0.0.9"; + version = "0.0.10"; pyproject = true; disabled = pythonOlder "3.10"; @@ -24,7 +24,7 @@ buildPythonPackage rec { owner = "kokarare1212"; repo = "librespot-python"; tag = "v${version}"; - hash = "sha256-k9qVsxjRlUZ7vCBx00quiAR7S+YkfyoZiAKVnOOG4xM="; + hash = "sha256-VjVPrWttOYfWsxzZpRgpZVenmP0y9Fea6Bhv9U8BO9U="; }; env.PROTOCOL_BUFFERS_PYTHON_IMPLEMENTATION = "python";