all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#68454] [PATCH] gnu: gmid: Update to 2.0.
@ 2024-01-14 16:51 cage
  2024-01-17 17:28 ` bug#68454: " Mathieu Othacehe
  0 siblings, 1 reply; 2+ messages in thread
From: cage @ 2024-01-14 16:51 UTC (permalink / raw)
  To: 68454

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





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

* bug#68454: [PATCH] gnu: gmid: Update to 2.0.
  2024-01-14 16:51 [bug#68454] [PATCH] gnu: gmid: Update to 2.0 cage
@ 2024-01-17 17:28 ` Mathieu Othacehe
  0 siblings, 0 replies; 2+ messages in thread
From: Mathieu Othacehe @ 2024-01-17 17:28 UTC (permalink / raw)
  To: cage; +Cc: 68454-done


> Change-Id: I8f1bcd36130a63d07e934093b5b12cc01a6d5022
> ---

You are missing a commit message that follow the ChangeLog rules. Please
have a look to the git log for examples.

I added one for you before applying,

Thanks,

Mathieu




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

end of thread, other threads:[~2024-01-17 17:30 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-01-14 16:51 [bug#68454] [PATCH] gnu: gmid: Update to 2.0 cage
2024-01-17 17:28 ` bug#68454: " Mathieu Othacehe

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.