Skip to content

Commit a01189f

Browse files
authored
python313Packages.ytmusicapi: 1.9.1 -> 1.10.1 (#379499)
2 parents 3588c60 + 5436ea2 commit a01189f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/development/python-modules/ytmusicapi/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
buildPythonPackage rec {
1111
pname = "ytmusicapi";
12-
version = "1.9.1";
12+
version = "1.10.1";
1313
pyproject = true;
1414

1515
disabled = pythonOlder "3.9";
@@ -18,7 +18,7 @@ buildPythonPackage rec {
1818
owner = "sigma67";
1919
repo = "ytmusicapi";
2020
tag = version;
21-
hash = "sha256-yg8wjJTbx6LaVrln+Qdfn7XKnnI2n4W56YQZRYXrtLI=";
21+
hash = "sha256-sueYt1YXtxwG0MBtfMYDRN8vHYEHOBDHdZPFnB+X1gU=";
2222
};
2323

2424
build-system = [ setuptools-scm ];

0 commit comments

Comments
 (0)