Skip to content

Commit

Permalink
python312Packages.ytmusicapi: 1.8.2 -> 1.9.1 (NixOS#368485)
Browse files Browse the repository at this point in the history
  • Loading branch information
wegank authored Jan 2, 2025
2 parents 5aabe24 + 0299c51 commit 84fdfb8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/development/python-modules/ytmusicapi/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,16 @@

buildPythonPackage rec {
pname = "ytmusicapi";
version = "1.8.2";
version = "1.9.1";
pyproject = true;

disabled = pythonOlder "3.9";

src = fetchFromGitHub {
owner = "sigma67";
repo = "ytmusicapi";
rev = "refs/tags/${version}";
hash = "sha256-SZ5YsQNrE91ycSXy/NjtjXp0E6msVKlV0f+Td0AwYpQ=";
tag = version;
hash = "sha256-yg8wjJTbx6LaVrln+Qdfn7XKnnI2n4W56YQZRYXrtLI=";
};

build-system = [ setuptools-scm ];
Expand Down

0 comments on commit 84fdfb8

Please sign in to comment.