mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: gmid: Update to 1.8.4.
* gnu/packages/web.scm (gmid): Update to 1.8.4. Signed-off-by: Christopher Baines <mail@cbaines.net>
This commit is contained in:
parent
a1cbd60df2
commit
0464ab17ef
1 changed files with 3 additions and 3 deletions
|
@ -7846,7 +7846,7 @@ solution for any project's interface needs:
|
||||||
(define-public gmid
|
(define-public gmid
|
||||||
(package
|
(package
|
||||||
(name "gmid")
|
(name "gmid")
|
||||||
(version "1.8.3")
|
(version "1.8.4")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append
|
(uri (string-append
|
||||||
|
@ -7854,7 +7854,7 @@ solution for any project's interface needs:
|
||||||
version "/gmid-" version ".tar.gz"))
|
version "/gmid-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1qbzlrzhyj7gvhgbm057zs1g5ajw1w6499qz61154v7ax8fwrdpp"))))
|
"0bwxr08n6zzhc70a71jhgr9zr1246d1lxf2pknndxwn2pz1xxv5b"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list #:test-target "regress"
|
(list #:test-target "regress"
|
||||||
|
@ -7871,7 +7871,7 @@ solution for any project's interface needs:
|
||||||
pkg-config
|
pkg-config
|
||||||
procps))
|
procps))
|
||||||
(inputs (list libevent libressl))
|
(inputs (list libevent libressl))
|
||||||
(home-page "https://git.omarpolo.com/gmid/about/")
|
(home-page "https://gmid.omarpolo.com/")
|
||||||
(synopsis "Simple and secure Gemini server")
|
(synopsis "Simple and secure Gemini server")
|
||||||
(description "@command{gmid} is a fast Gemini server written with security
|
(description "@command{gmid} is a fast Gemini server written with security
|
||||||
in mind. It has features such as:
|
in mind. It has features such as:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue