diff options
author | Arun Isaac <arunisaac@systemreboot.net> | 2025-03-19 22:15:02 +0000 |
---|---|---|
committer | Arun Isaac <arunisaac@systemreboot.net> | 2025-03-19 22:15:02 +0000 |
commit | a0f1b9798e7354b09fedcaabf816c4097120afc3 (patch) | |
tree | b87aca651f9d72e1012a2bf1cbef04943a53c83f | |
parent | 75649ed2fe0e8a0d035e7b5c76a795a4c0ac7e70 (diff) | |
download | guix-a0f1b9798e7354b09fedcaabf816c4097120afc3.tar.gz guix-a0f1b9798e7354b09fedcaabf816c4097120afc3.zip |
gnu: mumi: Update to 0.12.0.
* gnu/packages/mail.scm (mumi): Update to 0.12.0.
-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 3ec18636ac..0bc8d48d96 100644 --- a/gnu/packages/mail.scm +++ b/gnu/packages/mail.scm @@ -4265,7 +4265,7 @@ It is a replacement for the @command{urlview} program.") (define-public mumi (package (name "mumi") - (version "0.11.1") + (version "0.12.0") (source (origin (method git-fetch) (uri (git-reference @@ -4274,7 +4274,7 @@ It is a replacement for the @command{urlview} program.") (file-name (git-file-name name version)) (sha256 (base32 - "1a8garwvam0vcwk58p64ysm3x6ah3dpanl70s4p4fv83bjf8jw11")))) + "0p8xylwibfaiqy3321j7l6i3700lavjgw9rjjk1nwjb5fi0mmiqb")))) (build-system gnu-build-system) (arguments (list |