all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#69354] [PATCH] gnu: gmid: Update to 2.0.1.
@ 2024-02-24 12:18 cage
  2024-03-01  6:23 ` bug#69354: " Hilton Chain via Guix-patches via
  0 siblings, 1 reply; 2+ messages in thread
From: cage @ 2024-02-24 12:18 UTC (permalink / raw)
  To: 69354

Change-Id: Iffd226d5c0f132d417ad5d686b9801d3126f70c2
---
 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 d729e9bdbf..a9044e29dd 100644
--- a/gnu/packages/web.scm
+++ b/gnu/packages/web.scm
@@ -8704,7 +8704,7 @@ (define-public librocket
 (define-public gmid
   (package
     (name "gmid")
-    (version "2.0")
+    (version "2.0.1")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -8712,7 +8712,7 @@ (define-public gmid
                     version "/gmid-" version ".tar.gz"))
               (sha256
                (base32
-                "17cg07md6zac0j6ivawysy41jbk3a1ql3q794q1y0k01x8z23q5n"))))
+                "1riihzgshfk6907r4g69lrlvabiznwi5d7njk7y6km0695lf62g0"))))
     (build-system gnu-build-system)
     (arguments
      (list #:test-target "regress"

base-commit: de24aaf13b17d6c019f3f240fd0eb0e1b8654970
-- 
2.41.0





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

* bug#69354: [PATCH] gnu: gmid: Update to 2.0.1.
  2024-02-24 12:18 [bug#69354] [PATCH] gnu: gmid: Update to 2.0.1 cage
@ 2024-03-01  6:23 ` Hilton Chain via Guix-patches via
  0 siblings, 0 replies; 2+ messages in thread
From: Hilton Chain via Guix-patches via @ 2024-03-01  6:23 UTC (permalink / raw)
  To: cage; +Cc: 69354-done

Hi,

On Sat, 24 Feb 2024 20:18:23 +0800,
cage wrote:
>
> Change-Id: Iffd226d5c0f132d417ad5d686b9801d3126f70c2
> ---
>  gnu/packages/web.scm | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)

I have added commit message for the patch and applied it as
f41727cd92b400042400981b205b5c1b88dcea79, thanks!




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

end of thread, other threads:[~2024-03-01  6:27 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-02-24 12:18 [bug#69354] [PATCH] gnu: gmid: Update to 2.0.1 cage
2024-03-01  6:23 ` bug#69354: " Hilton Chain via Guix-patches via

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.