guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: mblaze: Update to 1.2.


From: guix-commits
Subject: branch master updated: gnu: mblaze: Update to 1.2.
Date: Sat, 22 Jan 2022 03:56:58 -0500

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

wigust pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 2f51d374b8 gnu: mblaze: Update to 1.2.
2f51d374b8 is described below

commit 2f51d374b81adb3ad6a6d53632b1b965409a34ce
Author: jgart via Guix-patches via <guix-patches@gnu.org>
AuthorDate: Sat Jan 22 00:34:17 2022 -0500

    gnu: mblaze: Update to 1.2.
    
    * gnu/packages/mail.scm (mblaze): Update to 1.2.
    
    Signed-off-by: Oleg Pykhalov <go.wigust@gmail.com>
---
 gnu/packages/mail.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/mail.scm b/gnu/packages/mail.scm
index b50224befd..d601a6e4bc 100644
--- a/gnu/packages/mail.scm
+++ b/gnu/packages/mail.scm
@@ -2717,7 +2717,7 @@ converts them to maildir format directories.")
 (define-public mblaze
   (package
     (name "mblaze")
-    (version "1.1")
+    (version "1.2")
     (source
      (origin
        (method git-fetch)
@@ -2726,7 +2726,7 @@ converts them to maildir format directories.")
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "1bir977vnqs76g8jgv1yivqw0wk2kn56l3l5r4w2ipix3fir138y"))))
+        (base32 "0fa8s9dp5ilwmfcwkx72x2b5i0maa5sl97hv2cdknqmc27gv0b1c"))))
     (build-system gnu-build-system)
     (native-inputs
      (list perl))



reply via email to

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