me
/
guix
Archived
1
0
Fork 0

gnu: mumi: Update to 0.1.0.

* gnu/packages/mail.scm (mumi): Update to 0.1.0.
[inputs]: Add xdg-utils.

Change-Id: If1444b6abb72f7f039d0417b7d7b38b8221bc9ba
master
Arun Isaac 2024-05-11 16:55:04 +01:00
parent 9288654773
commit dd007ed55e
No known key found for this signature in database
GPG Key ID: 2E25EE8B61802BB3
1 changed files with 4 additions and 3 deletions

View File

@ -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