about summary refs log tree commit diff
path: root/pkgs/applications/audio
diff options
context:
space:
mode:
authorOTABI Tomoya <tomoya.otabi@gmail.com>2024-02-19 23:50:49 +0900
committerGitHub <noreply@github.com>2024-02-19 23:50:49 +0900
commit860cf3f69e46765a6e18e5aaeda2ec5a5d2fe566 (patch)
treec2ce2f64920895d856f7bc4586a9e71803b96d21 /pkgs/applications/audio
parent04e57f04ff72edfcbf3513632eeb673d9d1eb54e (diff)
parent7cdc04d35e666cb21e48a0d94e0fdf755d146b9f (diff)
Merge pull request #288824 from r-ryantm/auto-update/mopidy-muse
mopidy-muse: 0.0.27 -> 0.0.30
Diffstat (limited to 'pkgs/applications/audio')
-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 = [