GNU bug report logs -
#68454
[PATCH] gnu: gmid: Update to 2.0.
Previous Next
Reported by: cage <cage-dev <at> twistfold.it>
Date: Sun, 14 Jan 2024 16:52:01 UTC
Severity: normal
Tags: patch
Done: Mathieu Othacehe <othacehe <at> gnu.org>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
Change-Id: I8f1bcd36130a63d07e934093b5b12cc01a6d5022
---
gnu/packages/web.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm
index 41295a1e90..41ca44df69 100644
--- a/gnu/packages/web.scm
+++ b/gnu/packages/web.scm
@@ -8600,7 +8600,7 @@ (define-public librocket
(define-public gmid
(package
(name "gmid")
- (version "1.8.6")
+ (version "2.0")
(source (origin
(method url-fetch)
(uri (string-append
@@ -8608,7 +8608,7 @@ (define-public gmid
version "/gmid-" version ".tar.gz"))
(sha256
(base32
- "1j0bgnixffz2lv5xgp5c88hl146c1vyk1988gyd70mhgyl9700jy"))))
+ "17cg07md6zac0j6ivawysy41jbk3a1ql3q794q1y0k01x8z23q5n"))))
(build-system gnu-build-system)
(arguments
(list #:test-target "regress"
base-commit: 637b72e2b83a6332849218ef1f193124fa8239eb
--
2.41.0
This bug report was last modified 1 year and 122 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.