summary refs log tree commit diff
path: root/pkgs/development/python-modules
diff options
context:
space:
mode:
authorNick Cao <nickcao@nichi.co>2023-10-26 09:18:27 -0400
committerGitHub <noreply@github.com>2023-10-26 09:18:27 -0400
commit280e17b0d73f65a9dc280d1c4c7c872d756ead70 (patch)
tree26605154eaa8b45af8599d0f1aa1ea3bb685425d /pkgs/development/python-modules
parent064419789ff197042d9ff894892b87d63594c6d7 (diff)
parentbcf558ed60a86503da11b5bdbeaef8381f4a2304 (diff)
downloadnixpkgs-280e17b0d73f65a9dc280d1c4c7c872d756ead70.tar
nixpkgs-280e17b0d73f65a9dc280d1c4c7c872d756ead70.tar.gz
nixpkgs-280e17b0d73f65a9dc280d1c4c7c872d756ead70.tar.bz2
nixpkgs-280e17b0d73f65a9dc280d1c4c7c872d756ead70.tar.lz
nixpkgs-280e17b0d73f65a9dc280d1c4c7c872d756ead70.tar.xz
nixpkgs-280e17b0d73f65a9dc280d1c4c7c872d756ead70.tar.zst
nixpkgs-280e17b0d73f65a9dc280d1c4c7c872d756ead70.zip
Merge pull request #263508 from r-ryantm/auto-update/python311Packages.ytmusicapi
python311Packages.ytmusicapi: 1.3.0 -> 1.3.1
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 7f3591468c0..2531a6648e3 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.0";
+  version = "1.3.1";
   format = "pyproject";
 
   disabled = pythonOlder "3.8";
@@ -18,7 +18,7 @@ buildPythonPackage rec {
     owner = "sigma67";
     repo = "ytmusicapi";
     rev = "refs/tags/${version}";
-    hash = "sha256-dJckAQ0sWdP7I10khcyKGKsIcDTXQxZtP7B8JHlIZEo=";
+    hash = "sha256-6dsMOFyZ8cX2zKXX682b5znJvXYTeKt99Wafz7RkfQw=";
   };
 
   nativeBuildInputs = [