about summary refs log tree commit diff
diff options
context:
space:
mode:
authorSandro <sandro.jaeckel@gmail.com>2021-04-08 15:51:40 +0200
committerGitHub <noreply@github.com>2021-04-08 15:51:40 +0200
commitb90403a4f903d4ecea38f1c1ead4e958f25338e7 (patch)
tree77e6c6ba916b076cb25b22d840816bfd20d12574
parenta5fa1a5d87e504399417909a1c3e55dd61be0215 (diff)
parent8a8a05839a67b8ee6544298eb409b2bd217587ac (diff)
downloadnixlib-b90403a4f903d4ecea38f1c1ead4e958f25338e7.tar
nixlib-b90403a4f903d4ecea38f1c1ead4e958f25338e7.tar.gz
nixlib-b90403a4f903d4ecea38f1c1ead4e958f25338e7.tar.bz2
nixlib-b90403a4f903d4ecea38f1c1ead4e958f25338e7.tar.lz
nixlib-b90403a4f903d4ecea38f1c1ead4e958f25338e7.tar.xz
nixlib-b90403a4f903d4ecea38f1c1ead4e958f25338e7.tar.zst
nixlib-b90403a4f903d4ecea38f1c1ead4e958f25338e7.zip
Merge pull request #118816 from dotlambda/ytmusicapi-0.15.1
python3Packages.ytmusicapi: 0.15.0 -> 0.15.1
-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 f84db4ff6242..1f211cd2872d 100644
--- a/pkgs/development/python-modules/ytmusicapi/default.nix
+++ b/pkgs/development/python-modules/ytmusicapi/default.nix
@@ -7,13 +7,13 @@
 
 buildPythonPackage rec {
   pname = "ytmusicapi";
-  version = "0.15.0";
+  version = "0.15.1";
 
   disabled = isPy27;
 
   src = fetchPypi {
     inherit pname version;
-    sha256 = "sha256-pVQqoMvuuFc/1QNG5z/AspGlgIGPi9aqjZ3/3eVNhis=";
+    sha256 = "sha256-W/eZubJ/SNLBya1S6wLUwTwZCUD+wCQ5FAuNcSpl+9Y=";
   };
 
   propagatedBuildInputs = [