arunisaac pushed a commit to branch master
in repository guix.

commit dd007ed55ee7b792324e072f5ed3ddfcf561782e
Author: Arun Isaac <arunis...@systemreboot.net>
AuthorDate: Sat May 11 16:55:04 2024 +0100

    gnu: mumi: Update to 0.1.0.
    
    * gnu/packages/mail.scm (mumi): Update to 0.1.0.
    [inputs]: Add xdg-utils.
    
    Change-Id: If1444b6abb72f7f039d0417b7d7b38b8221bc9ba
---
 gnu/packages/mail.scm | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/mail.scm b/gnu/packages/mail.scm
index aa42b2251b..3eccb160ed 100644
--- a/gnu/packages/mail.scm
+++ b/gnu/packages/mail.scm
@@ -4157,7 +4157,7 @@ It is a replacement for the @command{urlview} program.")
 (define-public mumi
   (package
     (name "mumi")
-    (version "0.0.10")
+    (version "0.1.0")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -4166,7 +4166,7 @@ It is a replacement for the @command{urlview} program.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "1rfhbi25kh84whi88423736v2vxgsc6fdps3kqrc1gs6dni9li17"))))
+                "1989k5gjb6dgg2fd7bdi0a99dbwkj6bkgyffalvwsfdfm5f2hf5s"))))
     (build-system gnu-build-system)
     (arguments
      (list
@@ -4211,7 +4211,8 @@ It is a replacement for the @command{urlview} program.")
            guile-webutils
            guile-xapian
            guile-3.0
-           mailutils))
+           mailutils
+           xdg-utils))
     (native-inputs
      (list autoconf automake pkg-config sassc
            (origin

Reply via email to