[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
09/09: gnu: mercury: Update to 22.01.4.
From: |
guix-commits |
Subject: |
09/09: gnu: mercury: Update to 22.01.4. |
Date: |
Tue, 13 Dec 2022 08:44:08 -0500 (EST) |
cbaines pushed a commit to branch master
in repository guix.
commit 87638cdd48ccf9537e3e5bcc8156df7a38c1e54a
Author: jgart <jgart@dismail.de>
AuthorDate: Fri Dec 9 18:00:46 2022 -0600
gnu: mercury: Update to 22.01.4.
* gnu/packages/mercury.scm (mercury-minimal): Update to 22.01.4.
[arguments]: Remove obsolete and non-existent file from being patched.
Signed-off-by: Christopher Baines <mail@cbaines.net>
---
gnu/packages/mercury.scm | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/mercury.scm b/gnu/packages/mercury.scm
index 8653e3977f..875e957c9f 100644
--- a/gnu/packages/mercury.scm
+++ b/gnu/packages/mercury.scm
@@ -171,7 +171,7 @@ separate compilation, and numerous optimization/time
trade-offs.")
(define-public mercury
(package (inherit mercury-minimal)
(name "mercury")
- (version "20.06.1")
+ (version "22.01.4")
(source
(origin
(method git-fetch)
@@ -183,7 +183,7 @@ separate compilation, and numerous optimization/time
trade-offs.")
(file-name (git-file-name name version))
(sha256
(base32
- "1b6rmdinw8mj6n9sc7c75kkf42gd2k254rf51x4snlrqckxj7aaz"))))
+ "0ycy1j9a4rdj6d37x02dj6kyr00mykvc5kykci11fim906d92gzh"))))
(arguments
(substitute-keyword-arguments
(package-arguments mercury-minimal)
@@ -205,7 +205,6 @@ separate compilation, and numerous optimization/time
trade-offs.")
"scripts/Mmake.vars.in"
"scripts/mdb.in"
"scripts/rs6000_hack"
- "scripts/fullarch"
"scripts/mmc.in"
"scripts/mprof.in"
"scripts/gud.el"
- branch master updated (81841559f4 -> 87638cdd48), guix-commits, 2022/12/13
- 01/09: gnu: guix-data-service: Update to 0.0.1-36.7b69611., guix-commits, 2022/12/13
- 06/09: gnu: python-asdf-astropy: Update to 0.3.0., guix-commits, 2022/12/13
- 09/09: gnu: mercury: Update to 22.01.4.,
guix-commits <=
- 05/09: gnu: Add tmux-plugin-resurrect., guix-commits, 2022/12/13
- 04/09: gnu: Add rust-csv-index-0.1., guix-commits, 2022/12/13
- 07/09: gnu: python-h5netcdf: Update to 1.1.0., guix-commits, 2022/12/13
- 08/09: gnu: mercury-minimal: Update to 22.01.4., guix-commits, 2022/12/13
- 02/09: gnu: Add gst-plugins-good-qt., guix-commits, 2022/12/13
- 03/09: gnu: nheko: Support video calls., guix-commits, 2022/12/13