summary refs log tree commit diff
path: root/pkgs/development/python-modules
diff options
context:
space:
mode:
authorNick Cao <nickcao@nichi.co>2023-11-18 09:19:07 -0500
committerGitHub <noreply@github.com>2023-11-18 09:19:07 -0500
commit4b392b8087cb8019f75c19581af23680ff775c59 (patch)
treed7f78bcd80ca91a5b265afa928e324b55664c22c /pkgs/development/python-modules
parentb221831c358b27f9d9c9327193804304a66dc925 (diff)
parentc057e9972d7fa554fdf79ea8b9fafaa579785dca (diff)
downloadnixpkgs-4b392b8087cb8019f75c19581af23680ff775c59.tar
nixpkgs-4b392b8087cb8019f75c19581af23680ff775c59.tar.gz
nixpkgs-4b392b8087cb8019f75c19581af23680ff775c59.tar.bz2
nixpkgs-4b392b8087cb8019f75c19581af23680ff775c59.tar.lz
nixpkgs-4b392b8087cb8019f75c19581af23680ff775c59.tar.xz
nixpkgs-4b392b8087cb8019f75c19581af23680ff775c59.tar.zst
nixpkgs-4b392b8087cb8019f75c19581af23680ff775c59.zip
Merge pull request #268287 from fabaff/ytmusicapi-bump
python311Packages.ytmusicapi: 1.3.1 -> 1.3.2
Diffstat (limited to 'pkgs/development/python-modules')
-rw-r--r--pkgs/development/python-modules/ytmusicapi/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/ytmusicapi/default.nix b/pkgs/development/python-modules/ytmusicapi/default.nix
index 2531a6648e3..40af2c4fb62 100644
--- a/pkgs/development/python-modules/ytmusicapi/default.nix
+++ b/pkgs/development/python-modules/ytmusicapi/default.nix
@@ -9,7 +9,7 @@
 
 buildPythonPackage rec {
   pname = "ytmusicapi";
-  version = "1.3.1";
+  version = "1.3.2";
   format = "pyproject";
 
   disabled = pythonOlder "3.8";
@@ -18,7 +18,7 @@ buildPythonPackage rec {
     owner = "sigma67";
     repo = "ytmusicapi";
     rev = "refs/tags/${version}";
-    hash = "sha256-6dsMOFyZ8cX2zKXX682b5znJvXYTeKt99Wafz7RkfQw=";
+    hash = "sha256-vDkrKVqyisPkswvfb+UPH95mehwNgyFxRmeT+1UHvXs=";
   };
 
   nativeBuildInputs = [