[PATCH] gnu: gmid: Update to 1.8.4.

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

Debbugs page

cage wrote 3 years ago
(address . guix-patches@gnu.org)
Ysg/r4Fcpfkmv9oH@shimizu.casa.net
---
gnu/packages/web.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)

Toggle diff (33 lines)
diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm
index 006ac26ace..ef539ae410 100644
--- a/gnu/packages/web.scm
+++ b/gnu/packages/web.scm
@@ -7846,7 +7846,7 @@ (define-public librocket
(define-public gmid
(package
(name "gmid")
- (version "1.8.3")
+ (version "1.8.4")
(source (origin
(method url-fetch)
(uri (string-append
@@ -7854,7 +7854,7 @@ (define-public gmid
version "/gmid-" version ".tar.gz"))
(sha256
(base32
- "1qbzlrzhyj7gvhgbm057zs1g5ajw1w6499qz61154v7ax8fwrdpp"))))
+ "0bwxr08n6zzhc70a71jhgr9zr1246d1lxf2pknndxwn2pz1xxv5b"))))
(build-system gnu-build-system)
(arguments
(list #:test-target "regress"
@@ -7871,7 +7871,7 @@ (define-public gmid
pkg-config
procps))
(inputs (list libevent libressl))
- (home-page "https://git.omarpolo.com/gmid/about/")
+ (home-page "https://gmid.omarpolo.com/")
(synopsis "Simple and secure Gemini server")
(description "@command{gmid} is a fast Gemini server written with security
in mind. It has features such as:
--
2.34.0
Christopher Baines wrote 3 years ago
(name . cage)(address . cage-dev@twistfold.it)(address . 56451-done@debbugs.gnu.org)
87o7xya9vp.fsf@cbaines.net
cage <cage-dev@twistfold.it> writes:

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

Thanks, I've amended the commit message, and pushed this as
0464ab17eff217976e61d29c23abeb0051d7fad2.

Chris
-----BEGIN PGP SIGNATURE-----

iQKlBAEBCgCPFiEEPonu50WOcg2XVOCyXiijOwuE9XcFAmLJUHpfFIAAAAAALgAo
aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldDNF
ODlFRUU3NDU4RTcyMEQ5NzU0RTBCMjVFMjhBMzNCMEI4NEY1NzcRHG1haWxAY2Jh
aW5lcy5uZXQACgkQXiijOwuE9XezOg/+JhCQkAuTxjYahU4rssn/kujGMvxzY2N2
On35wpJY/uY+bgMPEviKbiUAqTn6CtETBOjCuLt1YJcN+yuFKo98Z37RdqtFZWDM
Q2C7ICtU9xBaHLJ9vG+6gRorxNUR3FDI+RJscwIUBZou5Uy14SDCwL2GY9CuYLgg
qUfTB+HZv+GeBVrffvJNJH7rntwY1UCfMp7PWsI6nfO54e2BBg6qp2bZ3WFkzfG6
/DQ3Z8ht1pjd+tkalPP6QOiUYOD6wDybXMImYbhy6mJ/nsOAeuAigw5vlusu3Fut
7jmjWw1sCraSWuzo4qmfPS+tifXy866xmKXiMxxnmvQtHNEOP1hNY1Jb+70mtHmz
rd7F2ypwj2RS5xWBf5yHBnzSpW/p2kFG1Bpukb0XoNIw0vRbi/qOIRLWL8cLNJ3K
AirChcytAdnZVkbbi5pT5h8JLFlgJ9PQLtR7GMxK1eKnI27TO79D7Uiez9FZRgyt
iTzMcywtOIKb6PdUWTPuG5Y7Pmss0iPyiJXGIpwshrfN98mk7jzZRDQmATRy9dRz
19isy5oS9gzKLowKOh0JYVNI27LFfZBzkeWZ40mG5F/Ps5eZ+IBDRwy+4RyZELA1
UfwVsr0GrIi9SvdmmdcZhCtcB7T5/GrVCdknN6Wj2U6xatk+scXDqF2vi3VSGM35
2aDLZbm0n9Q=
=3qyi
-----END PGP SIGNATURE-----

Closed
?
Your comment

This issue is archived.

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

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