guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: mumi: Update to 0.0.9.


From: guix-commits
Subject: branch master updated: gnu: mumi: Update to 0.0.9.
Date: Wed, 24 Apr 2024 20:41:19 -0400

This is an automated email from the git hooks/post-receive script.

arunisaac pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new d6780ad2cc gnu: mumi: Update to 0.0.9.
d6780ad2cc is described below

commit d6780ad2cc76576d4d3cbd9b1e404568c8287355
Author: Arun Isaac <arunisaac@systemreboot.net>
AuthorDate: Thu Apr 25 01:39:45 2024 +0100

    gnu: mumi: Update to 0.0.9.
    
    * gnu/packages/mail.scm (mumi): Update to 0.0.9.
    
    Change-Id: I992a9466fbe3e4bcac1a3cd6f57daac2142c2f18
---
 gnu/packages/mail.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/mail.scm b/gnu/packages/mail.scm
index 4dbc8e8d80..55aa12195a 100644
--- a/gnu/packages/mail.scm
+++ b/gnu/packages/mail.scm
@@ -17,7 +17,7 @@
 ;;; Copyright © 2016, 2017 Troy Sankey <sankeytms@gmail.com>
 ;;; Copyright © 2016, 2017, 2018 Nikita <nikita@n0.is>
 ;;; Copyright © 2016 Clément Lassieur <clement@lassieur.org>
-;;; Copyright © 2016–2023 Arun Isaac <arunisaac@systemreboot.net>
+;;; Copyright © 2016–2024 Arun Isaac <arunisaac@systemreboot.net>
 ;;; Copyright © 2016 John Darrington <jmd@gnu.org>
 ;;; Copyright © 2016, 2018 Marius Bakke <mbakke@fastmail.com>
 ;;; Copyright © 2017 Thomas Danckaert <post@thomasdanckaert.be>
@@ -4157,7 +4157,7 @@ It is a replacement for the @command{urlview} program.")
 (define-public mumi
   (package
     (name "mumi")
-    (version "0.0.8")
+    (version "0.0.9")
     (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
-                "1z556pxsz0zx95gd5b4hwkmwcvf3jyz7njkb3zwbhrwnpgygnbyl"))))
+                "13b7cich8fz2nzx2gf39kdrj9vwhhqjxfhqr5mi78xhd6v0sypdw"))))
     (build-system gnu-build-system)
     (arguments
      (list



reply via email to

[Prev in Thread] Current Thread [Next in Thread]