summaryrefslogtreecommitdiff
path: root/gnu/packages/web.scm
diff options
context:
space:
mode:
authorcage <cage-dev@twistfold.it>2022-03-26 20:09:31 +0100
committerLeo Famulari <leo@famulari.name>2022-03-29 12:53:26 -0400
commit4b8500e7cbc4224a96dc4c8bd8fe740eca086a33 (patch)
tree30895f4a269a88c93a795f9d4c921198891543c2 /gnu/packages/web.scm
parent6c317e02ee3b41dd7aa3a220be50191b6ed6fe9e (diff)
gnu: gmid: Update to 1.8.2.
* gnu/packages/web.scm (gmid): Update to 1.8.2. [native-inputs]: Remove which. Signed-off-by: Leo Famulari <leo@famulari.name>
Diffstat (limited to 'gnu/packages/web.scm')
-rw-r--r--gnu/packages/web.scm7
1 files changed, 3 insertions, 4 deletions
diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm
index 75aa5ce907..6222112da1 100644
--- a/gnu/packages/web.scm
+++ b/gnu/packages/web.scm
@@ -7842,7 +7842,7 @@ solution for any project's interface needs:
(define-public gmid
(package
(name "gmid")
- (version "1.8.1")
+ (version "1.8.2")
(source (origin
(method url-fetch)
(uri (string-append
@@ -7850,7 +7850,7 @@ solution for any project's interface needs:
version "/gmid-" version ".tar.gz"))
(sha256
(base32
- "0m4809mwy888bqsacmyck68grqfvynq74kswm109al6wjbvd61bn"))))
+ "0dq5wf8d0kzh0jp7asn8lq6d1lff2x04fhq5z6mip9qy6am72cba"))))
(build-system gnu-build-system)
(arguments
(list #:test-target "regress"
@@ -7865,8 +7865,7 @@ solution for any project's interface needs:
coreutils
flex
pkg-config
- procps
- which))
+ procps))
(inputs (list libevent libressl))
(home-page "https://git.omarpolo.com/gmid/about/")
(synopsis "Simple and secure Gemini server")