This is an automated email from the git hooks/post-receive script.
guix_mirror_bot pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new c283124f4d gnu: mblaze: Update to 1.4.
c283124f4d is described below
commit c283124f4df24699f288044750681c7986119b37
Author: jgart <[email protected]>
AuthorDate: Mon Jan 26 14:56:45 2026 -0500
gnu: mblaze: Update to 1.4.
* gnu/packages/mail.scm (mblaze): Update to 1.4.
[source]: Update uri.
Change-Id: I0c31c5dfd325dca85b6ae8c2d4a46ab9f3796efd
---
gnu/packages/mail.scm | 12 +++++-------
1 file changed, 5 insertions(+), 7 deletions(-)
diff --git a/gnu/packages/mail.scm b/gnu/packages/mail.scm
index 7045361af4..38cf829dbc 100644
--- a/gnu/packages/mail.scm
+++ b/gnu/packages/mail.scm
@@ -3094,16 +3094,14 @@ converts them to maildir format directories.")
(define-public mblaze
(package
(name "mblaze")
- (version "1.2")
+ (version "1.4")
(source
(origin
- (method git-fetch)
- (uri (git-reference
- (url "https://github.com/leahneukirchen/mblaze")
- (commit (string-append "v" version))))
- (file-name (git-file-name name version))
+ (method url-fetch)
+ (uri (string-append "https://leahneukirchen.org/releases/"
+ name "-" version ".tar.gz"))
(sha256
- (base32 "0fa8s9dp5ilwmfcwkx72x2b5i0maa5sl97hv2cdknqmc27gv0b1c"))))
+ (base32 "06x4k1zvhzzk9gwz84hp2c5ijrxf0w54lgwcsgin66g3z6rz5dkv"))))
(outputs '("out" "contrib"))
(build-system gnu-build-system)
(inputs (list bash-minimal