lol

Merge pull request #327047 from r-ryantm/auto-update/python312Packages.ytmusicapi

python312Packages.ytmusicapi: 1.7.4 -> 1.7.5

authored by

Robert Schütz and committed by
GitHub
ff7cfc2d db378e1f

+2 -2
+2 -2
pkgs/development/python-modules/ytmusicapi/default.nix
··· 10 10 11 11 buildPythonPackage rec { 12 12 pname = "ytmusicapi"; 13 - version = "1.7.4"; 13 + version = "1.7.5"; 14 14 pyproject = true; 15 15 16 16 disabled = pythonOlder "3.8"; ··· 19 19 owner = "sigma67"; 20 20 repo = "ytmusicapi"; 21 21 rev = "refs/tags/${version}"; 22 - hash = "sha256-gD0VpT0hTymubKLRnl45/FkEZ+t9IPA7pY8eIkTnrKM="; 22 + hash = "sha256-hj2pGT35LCotR96WnyyyRVEiixwru57e3gPhL8tptfk="; 23 23 }; 24 24 25 25 build-system = [