lol

Merge pull request #172424 from dotlambda/ytmusicapi-0.22.0

python3Packages.ytmusicapi: 0.21.0 -> 0.22.0

authored by

Fabian Affolter and committed by
GitHub
d2fc6856 ced66c7f

+2 -2
+2 -2
pkgs/development/python-modules/ytmusicapi/default.nix
··· 7 7 8 8 buildPythonPackage rec { 9 9 pname = "ytmusicapi"; 10 - version = "0.21.0"; 10 + version = "0.22.0"; 11 11 format = "setuptools"; 12 12 13 13 disabled = pythonOlder "3.6"; 14 14 15 15 src = fetchPypi { 16 16 inherit pname version; 17 - hash = "sha256-JstIHc61TFQEgRHr54N4Doq6ML0EcIcDGTEJ/tbrC2A="; 17 + hash = "sha256-CZ4uoW4UHn5C+MckQXysTdydaApn99b0UCnF5RPb7DI="; 18 18 }; 19 19 20 20 propagatedBuildInputs = [