diff options
author | Arun Isaac <arunisaac@systemreboot.net> | 2025-03-13 03:13:04 +0000 |
---|---|---|
committer | Arun Isaac <arunisaac@systemreboot.net> | 2025-03-13 03:13:28 +0000 |
commit | 477895ad22e478180b5446c7ee80de74f4bbb22b (patch) | |
tree | ad0ee50fc20c0377a2ce7f49248f2e72ba7519ef | |
parent | fdcc40eeb3d741f2e7b6bcb8524e15535aeeaf42 (diff) |
gnu: mumi: Update to 0.8.0.
* gnu/packages/mail.scm (mumi): Update to 0.8.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 27e6d36b1d..8668cda211 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.7.1") + (version "0.8.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 - "1317ygmms6r2xpbhas6n63hpw3xw9ya8x44s0g9z5n21xpwk4c13")))) + "0x605gj6z441xw4fl7x23z3wmbg43cib4q0v8f29f7x88qx8yndm")))) (build-system gnu-build-system) (arguments (list |