[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/11: gnu: mu: Update to 1.8.11.
From: |
guix-commits |
Subject: |
01/11: gnu: mu: Update to 1.8.11. |
Date: |
Wed, 26 Oct 2022 17:10:57 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit 75bf5dac2ee3662ae9002d163d01d9fe17b89232
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun Oct 23 02:00:03 2022 +0200
gnu: mu: Update to 1.8.11.
* gnu/packages/mail.scm (mu): Update to 1.8.11.
---
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 c959d9ee0a..154ffb6640 100644
--- a/gnu/packages/mail.scm
+++ b/gnu/packages/mail.scm
@@ -1162,7 +1162,7 @@ security functionality including PGP, S/MIME, SSH, and
SSL.")
(define-public mu
(package
(name "mu")
- (version "1.8.9")
+ (version "1.8.11")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -1171,7 +1171,7 @@ security functionality including PGP, S/MIME, SSH, and
SSL.")
(file-name (git-file-name name version))
(sha256
(base32
- "1anpv49242qpayziz111rzznkmfgkd2a9y5xda6xhmzhqdhx79h2"))))
+ "0b5h5kdalv62z31aqyipymiqhazfssbx4c7ww96nn41a0l0g0ir0"))))
(build-system meson-build-system)
(native-inputs
(list pkg-config
- branch master updated (c07b55eb94 -> 5dda4c69f0), guix-commits, 2022/10/26
- 02/11: gnu: memtest86+: Update to 6.00., guix-commits, 2022/10/26
- 06/11: gnu: mpv: Remove trailing #t from phases., guix-commits, 2022/10/26
- 09/11: gnu: mpv: Prepare for cross-compilation., guix-commits, 2022/10/26
- 08/11: gnu: mpv: Use G-expressions., guix-commits, 2022/10/26
- 10/11: gnu: sudo: Update to 1.9.12., guix-commits, 2022/10/26
- 05/11: system: Support bare-bones serial console., guix-commits, 2022/10/26
- 01/11: gnu: mu: Update to 1.8.11.,
guix-commits <=
- 03/11: gnu: memtest86+: Use G-expressions., guix-commits, 2022/10/26
- 04/11: gnu: memtest86+: Include a GRUB-based ISO image., guix-commits, 2022/10/26
- 07/11: gnu: mpv: Remove input labels., guix-commits, 2022/10/26
- 11/11: gnu: xorriso: Update to 1.5.4., guix-commits, 2022/10/26