[PATCH] gnu: gmid: Update to 1.8.5.

  • Done
  • quality assurance status badge
Details
2 participants
  • cage
  • Ludovic Courtès
Owner
unassigned
Submitted by
cage
Severity
normal

Debbugs page

cage wrote 2 years ago
(address . guix-patches@gnu.org)
Y2PRX75UvOLp43N9@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 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
Ludovic Courtès wrote 2 years ago
(name . cage)(address . cage-dev@twistfold.it)(address . 58987-done@debbugs.gnu.org)
87mt8zn3mv.fsf@gnu.org
Applied, thanks!
Closed
?
Your comment

This issue is archived.

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

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