From e52e33dd76b27c86e345183b28a92efbdeb5b568 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Mon, 13 May 2024 15:15:22 +0200 Subject: [PATCH] python312Packages.ytmusicapi: 1.6.0 -> 1.7.1 Diff: https://github.com/sigma67/ytmusicapi/compare/refs/tags/1.6.0...1.7.1 Changelog: https://github.com/sigma67/ytmusicapi/releases/tag/1.7.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 380738008361..f73df8d55e42 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.6.0"; + version = "1.7.1"; pyproject = true; disabled = pythonOlder "3.8"; @@ -18,7 +18,7 @@ buildPythonPackage rec { owner = "sigma67"; repo = "ytmusicapi"; rev = "refs/tags/${version}"; - hash = "sha256-DqTcdWVivE2R51qm3XQ7cDnD1a90AocmX9TG+M5reto="; + hash = "sha256-HMWb9NScT4rRMFsUXw6TW/T0P1eH0a46OegUZ0JceiE="; }; nativeBuildInputs = [