diff options
author | Arun Isaac <arunisaac@systemreboot.net> | 2024-04-27 22:01:13 +0100 |
---|---|---|
committer | Arun Isaac <arunisaac@systemreboot.net> | 2024-04-27 22:01:13 +0100 |
commit | 8519b35f5f7b3525a0ec2e84d7d737971ed9303f (patch) | |
tree | 38f7ba1a6a905d79038d484b5071ce620914efa7 /gnu | |
parent | 8d29f416a9378d30f63c2a95f1bd1a420d9ccab4 (diff) | |
download | guix-8519b35f5f7b3525a0ec2e84d7d737971ed9303f.tar.gz guix-8519b35f5f7b3525a0ec2e84d7d737971ed9303f.zip |
gnu: mumi: Update to 0.0.10.
* gnu/packages/mail.scm (mumi): Update to 0.0.10.
Change-Id: I1a2f4f81e0c1ccc7fe2eab442e1544f94a08ee2f
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/mail.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/mail.scm b/gnu/packages/mail.scm index 55aa12195a..45e189fe07 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.9") + (version "0.0.10") (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 - "13b7cich8fz2nzx2gf39kdrj9vwhhqjxfhqr5mi78xhd6v0sypdw")))) + "1rfhbi25kh84whi88423736v2vxgsc6fdps3kqrc1gs6dni9li17")))) (build-system gnu-build-system) (arguments (list |