From 5436ea2467243fccde36d98b07fe973364bde94c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20Sch=C3=BCtz?= Date: Tue, 4 Feb 2025 21:18:15 -0800 Subject: [PATCH] python313Packages.ytmusicapi: 1.9.1 -> 1.10.1 Diff: https://github.com/sigma67/ytmusicapi/compare/refs/tags/1.9.1...1.10.1 Changelog: https://github.com/sigma67/ytmusicapi/releases/tag/1.10.0 https://github.com/sigma67/ytmusicapi/releases/tag/1.10.1 --- pkgs/development/python-modules/ytmusicapi/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/ytmusicapi/default.nix b/pkgs/development/python-modules/ytmusicapi/default.nix index 45df43e2e4d0..e406df1c1479 100644 --- a/pkgs/development/python-modules/ytmusicapi/default.nix +++ b/pkgs/development/python-modules/ytmusicapi/default.nix @@ -9,7 +9,7 @@ buildPythonPackage rec { pname = "ytmusicapi"; - version = "1.9.1"; + version = "1.10.1"; pyproject = true; disabled = pythonOlder "3.9"; @@ -18,7 +18,7 @@ buildPythonPackage rec { owner = "sigma67"; repo = "ytmusicapi"; tag = version; - hash = "sha256-yg8wjJTbx6LaVrln+Qdfn7XKnnI2n4W56YQZRYXrtLI="; + hash = "sha256-sueYt1YXtxwG0MBtfMYDRN8vHYEHOBDHdZPFnB+X1gU="; }; build-system = [ setuptools-scm ];