summary refs log tree commit diff
path: root/pkgs/development/python-modules
diff options
context:
space:
mode:
authorFabian Affolter <mail@fabian-affolter.ch>2023-11-18 13:00:10 +0100
committerFabian Affolter <mail@fabian-affolter.ch>2023-11-18 13:00:10 +0100
commitc057e9972d7fa554fdf79ea8b9fafaa579785dca (patch)
treee8796ed64db6dac29f7e37111511cdb2880542b8 /pkgs/development/python-modules
parentb9aa1e958b732626062f78fd0a0dd60ae42d84a6 (diff)
downloadnixpkgs-c057e9972d7fa554fdf79ea8b9fafaa579785dca.tar
nixpkgs-c057e9972d7fa554fdf79ea8b9fafaa579785dca.tar.gz
nixpkgs-c057e9972d7fa554fdf79ea8b9fafaa579785dca.tar.bz2
nixpkgs-c057e9972d7fa554fdf79ea8b9fafaa579785dca.tar.lz
nixpkgs-c057e9972d7fa554fdf79ea8b9fafaa579785dca.tar.xz
nixpkgs-c057e9972d7fa554fdf79ea8b9fafaa579785dca.tar.zst
nixpkgs-c057e9972d7fa554fdf79ea8b9fafaa579785dca.zip
python311Packages.ytmusicapi: 1.3.1 -> 1.3.2
Diff: https://github.com/sigma67/ytmusicapi/compare/refs/tags/1.3.1...1.3.2

Changelog: https://github.com/sigma67/ytmusicapi/releases/tag/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 = [