all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#56451] [PATCH] gnu: gmid: Update to 1.8.4.
@ 2022-07-08 14:31 cage
  2022-07-09  9:54 ` bug#56451: " Christopher Baines
  0 siblings, 1 reply; 2+ messages in thread
From: cage @ 2022-07-08 14:31 UTC (permalink / raw)
  To: 56451

---
 gnu/packages/web.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

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





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

* bug#56451: [PATCH] gnu: gmid: Update to 1.8.4.
  2022-07-08 14:31 [bug#56451] [PATCH] gnu: gmid: Update to 1.8.4 cage
@ 2022-07-09  9:54 ` Christopher Baines
  0 siblings, 0 replies; 2+ messages in thread
From: Christopher Baines @ 2022-07-09  9:54 UTC (permalink / raw)
  To: cage; +Cc: 56451-done

[-- Attachment #1: Type: text/plain, Size: 241 bytes --]


cage <cage-dev@twistfold.it> writes:

> ---
>  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

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 987 bytes --]

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

end of thread, other threads:[~2022-07-09  9:57 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-07-08 14:31 [bug#56451] [PATCH] gnu: gmid: Update to 1.8.4 cage
2022-07-09  9:54 ` bug#56451: " Christopher Baines

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.