all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#58987] [PATCH] gnu: gmid: Update to 1.8.5.
@ 2022-11-03 14:34 cage
  2022-11-09 22:51 ` bug#58987: " Ludovic Courtès
  0 siblings, 1 reply; 2+ messages in thread
From: cage @ 2022-11-03 14:34 UTC (permalink / raw)
  To: 58987

---
 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 06c633812b..da6b13430a 100644
--- a/gnu/packages/web.scm
+++ b/gnu/packages/web.scm
@@ -7849,7 +7849,7 @@ (define-public librocket
 (define-public gmid
   (package
     (name "gmid")
-    (version "1.8.4")
+    (version "1.8.5")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -7857,7 +7857,7 @@ (define-public gmid
                     version "/gmid-" version ".tar.gz"))
               (sha256
                (base32
-                "0bwxr08n6zzhc70a71jhgr9zr1246d1lxf2pknndxwn2pz1xxv5b"))))
+                "0p3wr3ic4c50wxi7sr1hi8m8izmmjnazcmyqvxaf56yx58b3gpxv"))))
     (build-system gnu-build-system)
     (arguments
      (list #:test-target "regress"
--
2.34.0




^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#58987: [PATCH] gnu: gmid: Update to 1.8.5.
  2022-11-03 14:34 [bug#58987] [PATCH] gnu: gmid: Update to 1.8.5 cage
@ 2022-11-09 22:51 ` Ludovic Courtès
  0 siblings, 0 replies; 2+ messages in thread
From: Ludovic Courtès @ 2022-11-09 22:51 UTC (permalink / raw)
  To: cage; +Cc: 58987-done

Applied, thanks!




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-11-09 22:52 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-11-03 14:34 [bug#58987] [PATCH] gnu: gmid: Update to 1.8.5 cage
2022-11-09 22:51 ` bug#58987: " Ludovic Courtès

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.