summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorRobert Schütz <nix@dotlambda.de>2023-10-03 17:30:52 -0700
committerRobert Schütz <nix@dotlambda.de>2023-10-03 17:30:52 -0700
commit59c03223bdb1c6b7bf7605c1bbb621a924412603 (patch)
treeacf0cf67b915e8e29b097fc184eba99bad3fdd44 /pkgs
parente0c854812b2c6a9e2ef713a4e16250a061be9916 (diff)
downloadnixpkgs-59c03223bdb1c6b7bf7605c1bbb621a924412603.tar
nixpkgs-59c03223bdb1c6b7bf7605c1bbb621a924412603.tar.gz
nixpkgs-59c03223bdb1c6b7bf7605c1bbb621a924412603.tar.bz2
nixpkgs-59c03223bdb1c6b7bf7605c1bbb621a924412603.tar.lz
nixpkgs-59c03223bdb1c6b7bf7605c1bbb621a924412603.tar.xz
nixpkgs-59c03223bdb1c6b7bf7605c1bbb621a924412603.tar.zst
nixpkgs-59c03223bdb1c6b7bf7605c1bbb621a924412603.zip
python310Packages.ytmusicapi: 1.2.1 -> 1.3.0
Diff: https://github.com/sigma67/ytmusicapi/compare/refs/tags/1.2.1...1.3.0

Changelog: https://github.com/sigma67/ytmusicapi/releases/tag/1.3.0
Diffstat (limited to 'pkgs')
-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 8334fba45ff..7f3591468c0 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.2.1";
+  version = "1.3.0";
   format = "pyproject";
 
   disabled = pythonOlder "3.8";
@@ -18,7 +18,7 @@ buildPythonPackage rec {
     owner = "sigma67";
     repo = "ytmusicapi";
     rev = "refs/tags/${version}";
-    hash = "sha256-YgV3kCvCOLNXb3cWBVXRuzH4guuvPpXVojOnSnrXj20=";
+    hash = "sha256-dJckAQ0sWdP7I10khcyKGKsIcDTXQxZtP7B8JHlIZEo=";
   };
 
   nativeBuildInputs = [