We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3588c60 + 5436ea2 commit a01189fCopy full SHA for a01189f
pkgs/development/python-modules/ytmusicapi/default.nix
@@ -9,7 +9,7 @@
9
10
buildPythonPackage rec {
11
pname = "ytmusicapi";
12
- version = "1.9.1";
+ version = "1.10.1";
13
pyproject = true;
14
15
disabled = pythonOlder "3.9";
@@ -18,7 +18,7 @@ buildPythonPackage rec {
18
owner = "sigma67";
19
repo = "ytmusicapi";
20
tag = version;
21
- hash = "sha256-yg8wjJTbx6LaVrln+Qdfn7XKnnI2n4W56YQZRYXrtLI=";
+ hash = "sha256-sueYt1YXtxwG0MBtfMYDRN8vHYEHOBDHdZPFnB+X1gU=";
22
};
23
24
build-system = [ setuptools-scm ];
0 commit comments