GNU bug report logs -
#54637
[PATCH] gnu: gmid: Update to 1.8.3.
Previous Next
Reported by: cage <cage-dev <at> twistfold.it>
Date: Wed, 30 Mar 2022 13:56:01 UTC
Severity: normal
Tags: patch
Done: Efraim Flashner <efraim <at> flashner.co.il>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
* gnu/packages/web.scm (gmid): Update to 1.8.3.
---
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 ef7d72d553..4fb3d12892 100644
--- a/gnu/packages/web.scm
+++ b/gnu/packages/web.scm
@@ -7855,7 +7855,7 @@ (define-public librocket
(define-public gmid
(package
(name "gmid")
- (version "1.8.2")
+ (version "1.8.3")
(source (origin
(method url-fetch)
(uri (string-append
@@ -7863,7 +7863,7 @@ (define-public gmid
version "/gmid-" version ".tar.gz"))
(sha256
(base32
- "0dq5wf8d0kzh0jp7asn8lq6d1lff2x04fhq5z6mip9qy6am72cba"))))
+ "1qbzlrzhyj7gvhgbm057zs1g5ajw1w6499qz61154v7ax8fwrdpp"))))
(build-system gnu-build-system)
(arguments
(list #:test-target "regress"
--
2.34.0
This bug report was last modified 3 years and 52 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.