[PATCH] gnu: gmid: Update to 1.8.6.

  • Done
  • quality assurance status badge
Details
2 participants
  • cage
  • 宋文武
Owner
unassigned
Submitted by
cage
Severity
normal

Debbugs page

cage wrote 2 years ago
(address . guix-patches@gnu.org)
Y4tJ1FR/UueZMLUX@shimizu.casa.net
---
gnu/packages/web.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Toggle diff (22 lines)
diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm
index a313b0c7a4..8cde295841 100644
--- a/gnu/packages/web.scm
+++ b/gnu/packages/web.scm
@@ -7912,7 +7912,7 @@ (define-public librocket
(define-public gmid
(package
(name "gmid")
- (version "1.8.5")
+ (version "1.8.6")
(source (origin
(method url-fetch)
(uri (string-append
@@ -7920,7 +7920,7 @@ (define-public gmid
version "/gmid-" version ".tar.gz"))
(sha256
(base32
- "0p3wr3ic4c50wxi7sr1hi8m8izmmjnazcmyqvxaf56yx58b3gpxv"))))
+ "1j0bgnixffz2lv5xgp5c88hl146c1vyk1988gyd70mhgyl9700jy"))))
(build-system gnu-build-system)
(arguments
(list #:test-target "regress"
--
2.34.0
宋文武 wrote 2 years ago
(name . cage)(address . cage-dev@twistfold.it)(address . 59806-done@debbugs.gnu.org)
87wn71i99l.fsf@envs.net
cage <cage-dev@twistfold.it> writes:

Toggle quote (4 lines)
> ---
> gnu/packages/web.scm | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)

Pushed, thank you!
Closed
?
Your comment

This issue is archived.

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

To respond to this issue using the mumi CLI, first switch to it
mumi current 59806
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