diff options
author | Arun Isaac <[email protected]> | 2025-03-10 02:04:28 +0000 |
---|---|---|
committer | Arun Isaac <[email protected]> | 2025-03-10 02:04:49 +0000 |
commit | 9866d32e173050ba99dc520b0a4d5aacb85e3fa0 (patch) | |
tree | d6d87e91035b4c58eea65b7fc4072c58e40fb523 /gnu | |
parent | d0510dcd824e1b3fda62a8841e792581d7b8de8d (diff) |
gnu: mumi: Update to 0.7.1.
* gnu/packages/mail.scm (mumi): Update to 0.7.1.
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 5f81c3b18a..27e6d36b1d 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.0") + (version "0.7.1") (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 - "0yvspxa0w008fhpw0v5zv6hgi7pzafnplh0byga7vdbdd2jwyhmj")))) + "1317ygmms6r2xpbhas6n63hpw3xw9ya8x44s0g9z5n21xpwk4c13")))) (build-system gnu-build-system) (arguments (list |