summary refs log tree commit diff
path: root/gnu
diff options
context:
space:
mode:
authorRicardo Wurmus <rekado@elephly.net>2022-07-06 14:21:32 +0200
committerRicardo Wurmus <rekado@elephly.net>2022-07-06 14:21:32 +0200
commitd4d07ed92bd32ee141f96f1fde0bf8778994deaa (patch)
treefc71da7302e42398e9ab30d2bc203270fb4ca6b1 /gnu
parent6211ecfec804f16ab99382ca3d639b2d5d4a62d5 (diff)
downloadguix-d4d07ed92bd32ee141f96f1fde0bf8778994deaa.tar.gz
gnu: mumi: Update to 0.0.1-9.f73df11.
* gnu/packages/mail.scm (mumi): Update to 0.0.1-9.f73df11.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/mail.scm6
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/mail.scm b/gnu/packages/mail.scm
index a03bf2fa05..acf009f387 100644
--- a/gnu/packages/mail.scm
+++ b/gnu/packages/mail.scm
@@ -3959,8 +3959,8 @@ It is a replacement for the @command{urlview} program.")
     (license license:gpl2+)))
 
 (define-public mumi
-  (let ((commit "9b28ec7d152623692877bcb767e5c654e59e57ed")
-        (revision "8"))
+  (let ((commit "f73df1101274cbe14a36f59ca71bc94ff08c4ad0")
+        (revision "9"))
     (package
       (name "mumi")
       (version (git-version "0.0.1" revision commit))
@@ -3972,7 +3972,7 @@ It is a replacement for the @command{urlview} program.")
                 (file-name (git-file-name name version))
                 (sha256
                  (base32
-                  "1njnzqv4h2msfa86qfbvm54vfdwlikwzs4134fcffcf4l86bs9fl"))))
+                  "01jfmywfd6wnvacna3rkb79iwbk67kkyzdl8a2162pcjm9gs0l13"))))
       (build-system gnu-build-system)
       (arguments
        `(#:modules ((guix build gnu-build-system)