* [bug#54637] [PATCH] gnu: gmid: Update to 1.8.3.
@ 2022-03-30 13:54 cage
2022-03-31 15:21 ` bug#54637: " Efraim Flashner
0 siblings, 1 reply; 2+ messages in thread
From: cage @ 2022-03-30 13:54 UTC (permalink / raw)
To: 54637
* 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
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2022-03-31 15:32 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-03-30 13:54 [bug#54637] [PATCH] gnu: gmid: Update to 1.8.3 cage
2022-03-31 15:21 ` bug#54637: " Efraim Flashner
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.