guix_mirror_bot pushed a commit to branch master
in repository guix.
commit 2ccd98cba0725307f02be5b6d8a949199b528887
Author: Janneke Nieuwenhuizen <[email protected]>
AuthorDate: Tue Jul 22 23:17:01 2025 +0200
gnu: mes: Update to 0.27.1; fixes build with gcc-14.
* gnu/packages/mes.scm (mes): Update to 0.27.1.
Change-Id: Ic77caa0e8ca9cd6b8f97a711c7cff147a68d26c4
---
gnu/packages/mes.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/mes.scm b/gnu/packages/mes.scm
index 89fe658de6..d210710182 100644
--- a/gnu/packages/mes.scm
+++ b/gnu/packages/mes.scm
@@ -1,5 +1,5 @@
;;; GNU Guix --- Functional package management for GNU
-;;; Copyright © 2017, 2018, 2019, 2020, 2021, 2022, 2023, 2024 Janneke
Nieuwenhuizen <[email protected]>
+;;; Copyright © 2017-2025 Janneke Nieuwenhuizen <[email protected]>
;;; Copyright © 2017, 2018 Efraim Flashner <[email protected]>
;;; Copyright © 2018 Tobias Geerinckx-Rice <[email protected]>
;;; Copyright © 2020, 2021, 2022 Ricardo Wurmus <[email protected]>
@@ -173,14 +173,14 @@
$prefix/share/guile/site/$GUILE_EFFECTIVE_VERSION\n")))))))
(define-public mes
(package
(name "mes")
- (version "0.27")
+ (version "0.27.1")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnu/mes/"
"mes-" version ".tar.gz"))
(sha256
(base32
- "1a5ag8i303yhf76sg05rpcans9vadvnpxcpa4sl09z4cv5bfcgh3"))))
+ "0pgjzlynfzdfq5xrxirvsrj4sdvnwq99s6xxwfhzhjga8zm40fhq"))))
(supported-systems '("armhf-linux" "i686-linux"
"x86_64-linux" "riscv64-linux"))
(propagated-inputs (list mescc-tools nyacc-1.00.2))