about summary refs log tree commit diff
path: root/pkgs/applications/audio
diff options
context:
space:
mode:
authorNick Cao <nickcao@nichi.co>2024-01-08 11:18:42 -0500
committerGitHub <noreply@github.com>2024-01-08 11:18:42 -0500
commit5159c8a08b6ffb82a7bdaefbcd882ce518c8f99a (patch)
tree4e11085e4d0284375a7289adb3bda9fb4479c517 /pkgs/applications/audio
parent97dab431a1f7f4729072ab6bb55781fc105954a2 (diff)
parent16c6469fe95b9cd96aba39201a04820bf1fe4a1e (diff)
Merge pull request #279425 from r-ryantm/auto-update/mopidy-spotify
mopidy-spotify: unstable-2023-12-20 -> unstable-2024-01-02
Diffstat (limited to 'pkgs/applications/audio')
-rw-r--r--pkgs/applications/audio/mopidy/spotify.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/audio/mopidy/spotify.nix b/pkgs/applications/audio/mopidy/spotify.nix
index 3e75eef6dc2f1..2e793df95efa0 100644
--- a/pkgs/applications/audio/mopidy/spotify.nix
+++ b/pkgs/applications/audio/mopidy/spotify.nix
@@ -2,13 +2,13 @@
 
 pythonPackages.buildPythonApplication rec {
   pname = "mopidy-spotify";
-  version = "unstable-2023-12-20";
+  version = "unstable-2024-01-02";
 
   src = fetchFromGitHub {
     owner = "mopidy";
     repo = "mopidy-spotify";
-    rev = "2d26b54900bc1fdb974f571036f7101f6e6a3846";
-    hash = "sha256-T5lWgjDhYCUe/mWAM1SFHzWbxyJ7US1fn0sPTVi/s2s=";
+    rev = "ede555c4c6e5f198659a979b85c69294d148c8f3";
+    hash = "sha256-G2SPzMAfJK3mOUJ+odmaugMoAyIAU1J6OXk25J/oXI0=";
   };
 
   propagatedBuildInputs = [