python3Packages.ytmusicapi: 0.16.0 -> 0.17.1
https://github.com/sigma67/ytmusicapi/releases/tag/0.17.0 https://github.com/sigma67/ytmusicapi/releases/tag/0.17.1
This commit is contained in:
parent
0ef5ecddd3
commit
4e0014145c
1 changed files with 2 additions and 2 deletions
|
@ -7,13 +7,13 @@
|
|||
|
||||
buildPythonPackage rec {
|
||||
pname = "ytmusicapi";
|
||||
version = "0.16.0";
|
||||
version = "0.17.1";
|
||||
|
||||
disabled = isPy27;
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "sha256-/94/taeBI6xZ3uN/wfMnk/NPmk+j0+aaH8CAZBEsK10=";
|
||||
sha256 = "sha256-b5+AGf9qFqQbx4Rq4RovK2NllYsB+sXVMFU4AvbDkzI=";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = [
|
||||
|
|
Loading…
Reference in a new issue