[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: mes: Update to 0.26.1.
From: |
guix-commits |
Subject: |
branch master updated: gnu: mes: Update to 0.26.1. |
Date: |
Sat, 08 Jun 2024 02:44:36 -0400 |
This is an automated email from the git hooks/post-receive script.
janneke pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new bc8a41f4a8 gnu: mes: Update to 0.26.1.
bc8a41f4a8 is described below
commit bc8a41f4a8d9f1f0525d7bc97c67ed3c8aea3111
Author: Janneke Nieuwenhuizen <janneke@gnu.org>
AuthorDate: Sat Jun 8 08:34:05 2024 +0200
gnu: mes: Update to 0.26.1.
* gnu/packages/mes.scm (mes): Update to 0.26.1.
Change-Id: Ia7622262bc407e9df8e3934b0b04e156daa78596
---
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 df7fbb409b..664aa77667 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 Jan (janneke)
Nieuwenhuizen <janneke@gnu.org>
+;;; Copyright © 2017, 2018, 2019, 2020, 2021, 2022, 2023, 2024 Janneke
Nieuwenhuizen <janneke@gnu.org>
;;; Copyright © 2017, 2018 Efraim Flashner <efraim@flashner.co.il>
;;; Copyright © 2018 Tobias Geerinckx-Rice <me@tobias.gr>
;;; Copyright © 2020, 2021, 2022 Ricardo Wurmus <rekado@elephly.net>
@@ -154,14 +154,14 @@ parsers to allow execution with Guile as extension
languages.")))
(define-public mes
(package
(name "mes")
- (version "0.26")
+ (version "0.26.1")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnu/mes/"
"mes-" version ".tar.gz"))
(sha256
(base32
- "1m45wcrpp3syzdniqx12nyr6v8f9hsg516pwl1k9894nb2ni08hg"))))
+ "1x7wq9cj8pybdl736mn8z48zcwgvyvi9mr9mr9vv9jxzii90sdz1"))))
(supported-systems '("armhf-linux" "i686-linux"
"x86_64-linux" "riscv64-linux"))
(propagated-inputs (list mescc-tools nyacc-1.00.2))
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: gnu: mes: Update to 0.26.1.,
guix-commits <=