GNU bug report logs -
#59895
[PATCH 1/2] gnu: mercury: Update to 22.01.4.
Previous Next
Reported by: jgart <jgart <at> dismail.de>
Date: Thu, 8 Dec 2022 06:01:02 UTC
Severity: normal
Tags: patch
Done: Christopher Baines <mail <at> cbaines.net>
Bug is archived. No further changes may be made.
Full log
Message #17 received at 59895 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/mercury.scm (mercury-minimal): Update to 22.01.4.
[arguments]: Remove obsolete and non-existent file from being patched.
---
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 @@ (define-public mercury-minimal
(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 @@ (define-public mercury
(file-name (git-file-name name version))
(sha256
(base32
- "1b6rmdinw8mj6n9sc7c75kkf42gd2k254rf51x4snlrqckxj7aaz"))))
+ "0ycy1j9a4rdj6d37x02dj6kyr00mykvc5kykci11fim906d92gzh"))))
(arguments
(substitute-keyword-arguments
(package-arguments mercury-minimal)
@@ -205,7 +205,6 @@ (define-public mercury
"scripts/Mmake.vars.in"
"scripts/mdb.in"
"scripts/rs6000_hack"
- "scripts/fullarch"
"scripts/mmc.in"
"scripts/mprof.in"
"scripts/gud.el"
--
2.38.1
This bug report was last modified 2 years and 219 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.