[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/14: gnu: mu: Update to 1.4.13.
From: |
guix-commits |
Subject: |
01/14: gnu: mu: Update to 1.4.13. |
Date: |
Mon, 10 Aug 2020 23:21:02 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit 38265b55db2bbac214a4d63169a66fd41c9d2eae
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Tue Aug 11 00:44:11 2020 +0200
gnu: mu: Update to 1.4.13.
* gnu/packages/mail.scm (mu): Update to 1.4.13.
---
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 ba672ff..3d93acc 100644
--- a/gnu/packages/mail.scm
+++ b/gnu/packages/mail.scm
@@ -747,7 +747,7 @@ security functionality including PGP, S/MIME, SSH, and
SSL.")
(define-public mu
(package
(name "mu")
- (version "1.4.12")
+ (version "1.4.13")
(source (origin
(method url-fetch)
(uri (string-append "https://github.com/djcb/mu/releases/"
@@ -755,7 +755,7 @@ security functionality including PGP, S/MIME, SSH, and
SSL.")
"mu-" version ".tar.xz"))
(sha256
(base32
- "1kix5xzkwfwh2l4pygr4vvz52rairjibqj401mf1n1fsjyv5qacq"))))
+ "13kfpr77qrnp3i5qnb5zd03frd3fdviggnl50973gdk0hr7m0smj"))))
(build-system gnu-build-system)
(native-inputs
`(("pkg-config" ,pkg-config)
- branch master updated (a62aadf -> 95b599b), guix-commits, 2020/08/10
- 02/14: gnu: strace: Update to 5.8., guix-commits, 2020/08/10
- 01/14: gnu: mu: Update to 1.4.13.,
guix-commits <=
- 10/14: gnu: padthv1: Update to 0.9.16., guix-commits, 2020/08/10
- 03/14: gnu: openfst: Update to 1.7.9., guix-commits, 2020/08/10
- 04/14: gnu: system-config-printer: Make namespace Gdk available., guix-commits, 2020/08/10
- 05/14: gnu: marco: Update to 1.24.1., guix-commits, 2020/08/10
- 06/14: gnu: mate-panel: Update to 1.24.1., guix-commits, 2020/08/10
- 08/14: gnu: drumkv1: Update to 0.9.16., guix-commits, 2020/08/10
- 09/14: gnu: samplv1: Update to 0.9.16., guix-commits, 2020/08/10
- 11/14: gnu: qtractor: Update to 0.9.16., guix-commits, 2020/08/10
- 12/14: gnu: fmit: Update to 1.2.14., guix-commits, 2020/08/10
- 13/14: gnu: ethtool: Update to 5.8., guix-commits, 2020/08/10