python3Packages.ytmusicapi: 0.19.1 -> 0.19.2

https://github.com/sigma67/ytmusicapi/releases/tag/0.19.2

authored by Robert Schütz and committed by Jonathan Ringer 3f6e7482 27a0b5aa

+2 -2
+2 -2
pkgs/development/python-modules/ytmusicapi/default.nix
··· 7 8 buildPythonPackage rec { 9 pname = "ytmusicapi"; 10 - version = "0.19.1"; 11 12 disabled = isPy27; 13 14 src = fetchPypi { 15 inherit pname version; 16 - sha256 = "1b8a050e2208b3d05359106d8c44c3d62e60edf6753529bd8a207788a6caeb95"; 17 }; 18 19 propagatedBuildInputs = [
··· 7 8 buildPythonPackage rec { 9 pname = "ytmusicapi"; 10 + version = "0.19.2"; 11 12 disabled = isPy27; 13 14 src = fetchPypi { 15 inherit pname version; 16 + sha256 = "sha256-Vmf3eZpeRPDYWy6fc8VRYsQZJrwwX3KTs0njfPy6HRE="; 17 }; 18 19 propagatedBuildInputs = [