about summary refs log tree commit diff
path: root/pkgs/applications/audio/mopidy
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2024-02-14 17:08:09 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2024-02-14 17:08:09 +0000
commit7cdc04d35e666cb21e48a0d94e0fdf755d146b9f (patch)
tree3b34b6cedf4da29ebe7b8279c5425367d8df3cb5 /pkgs/applications/audio/mopidy
parente2a0450b4b32da75fb3166c86087d79963020bff (diff)
mopidy-muse: 0.0.27 -> 0.0.30
Diffstat (limited to 'pkgs/applications/audio/mopidy')
-rw-r--r--pkgs/applications/audio/mopidy/muse.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/audio/mopidy/muse.nix b/pkgs/applications/audio/mopidy/muse.nix
index 0b6c1f83dd0ba..1de73bc2ae88a 100644
--- a/pkgs/applications/audio/mopidy/muse.nix
+++ b/pkgs/applications/audio/mopidy/muse.nix
@@ -2,12 +2,12 @@
 
 pythonPackages.buildPythonApplication rec {
   pname = "mopidy-muse";
-  version = "0.0.27";
+  version = "0.0.30";
 
   src = fetchPypi {
     inherit version;
     pname = "Mopidy-Muse";
-    sha256 = "0jx9dkgxr07avzz9zskzhqy98zsxkdrf7iid2ax5vygwf8qsx8ks";
+    sha256 = "sha256-uFptv2niq8LVvEmMEteEN+RzghDiPC7z5EsAmxifDmw=";
   };
 
   propagatedBuildInputs = [