[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: mblaze: Update to 1.0.
From: |
guix-commits |
Subject: |
branch master updated: gnu: mblaze: Update to 1.0. |
Date: |
Tue, 24 Nov 2020 07:46:28 -0500 |
This is an automated email from the git hooks/post-receive script.
ngz pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new 8f0f29f gnu: mblaze: Update to 1.0.
8f0f29f is described below
commit 8f0f29fcb01e056bb1e316303ca1ea90da065dce
Author: B. Wilson <elaexuotee@wilsonb.com>
AuthorDate: Sun Nov 22 17:05:14 2020 +0900
gnu: mblaze: Update to 1.0.
gnu/packages/mail.scm (mblaze): Update to 1.0.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
---
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 5a10194..5b7c38d 100644
--- a/gnu/packages/mail.scm
+++ b/gnu/packages/mail.scm
@@ -2604,7 +2604,7 @@ converts them to maildir format directories.")
(define-public mblaze
(package
(name "mblaze")
- (version "0.2")
+ (version "1.0")
(source
(origin
(method git-fetch)
@@ -2613,7 +2613,7 @@ converts them to maildir format directories.")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "0p97zfl35ilrnrx9ynj82igsb698m9klikfaicw5jhjpf6qp2n3y"))))
+ (base32 "0hxy3mjjv4hg856sl1r15fdmqaw4s9c26b3lidsd5x0kpqy601ai"))))
(build-system gnu-build-system)
(native-inputs
`(("perl" ,perl)))
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: gnu: mblaze: Update to 1.0.,
guix-commits <=