[PATCH] gnu: gmid: Update to 2.0.1.

  • Done
  • quality assurance status badge
Details
2 participants
  • cage
  • Hilton Chain
Owner
unassigned
Submitted by
cage
Severity
normal

Debbugs page

cage wrote 1 years ago
(address . guix-patches@gnu.org)
37305e7b4badc1809f4d3b19d6a73a87923decc6.1708776839.git.cage-dev@twistfold.it
Change-Id: Iffd226d5c0f132d417ad5d686b9801d3126f70c2
---
gnu/packages/web.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Toggle diff (26 lines)
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
Hilton Chain wrote 1 years ago
(name . cage)(address . cage-dev@twistfold.it)(address . 69354-done@debbugs.gnu.org)
87r0gu31y1.wl-hako@ultrarare.space
Hi,

On Sat, 24 Feb 2024 20:18:23 +0800,
cage wrote:
Toggle quote (6 lines)
>
> 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!
Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 69354@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 69354
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help