mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-25 20:19:18 -05:00
gnu: tinyproxy: Update to 1.10.0.
* gnu/packages/web.scm (tinyproxy): Update to 1.10.0. [native-inputs]: Remove asciidoc.
This commit is contained in:
parent
f6c8a97a04
commit
419aa05e1b
1 changed files with 2 additions and 5 deletions
|
@ -889,7 +889,7 @@ (module "tidy")
|
||||||
(define-public tinyproxy
|
(define-public tinyproxy
|
||||||
(package
|
(package
|
||||||
(name "tinyproxy")
|
(name "tinyproxy")
|
||||||
(version "1.8.4")
|
(version "1.10.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://github.com/tinyproxy/tinyproxy/"
|
(uri (string-append "https://github.com/tinyproxy/tinyproxy/"
|
||||||
|
@ -897,7 +897,7 @@ (define-public tinyproxy
|
||||||
version ".tar.xz"))
|
version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"002hi97687czhfkwsjkr174yvlp10224qi6gd5s53z230bgls7x4"))))
|
"10jnk6y2swld25mm47mjc0nkffyzsfysnsxwr7cs0ns1kil8ggjr"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:configure-flags
|
`(#:configure-flags
|
||||||
|
@ -912,9 +912,6 @@ (define-public tinyproxy
|
||||||
;; (substitute* "docs/man5/Makefile" (("a2x") "a2x -v"))
|
;; (substitute* "docs/man5/Makefile" (("a2x") "a2x -v"))
|
||||||
;; (setenv "XML_DEBUG_CATALOG" "1")
|
;; (setenv "XML_DEBUG_CATALOG" "1")
|
||||||
#t)))))
|
#t)))))
|
||||||
;; All of the below are used to generate the documentation
|
|
||||||
;; (Should they be propagated inputs of asciidoc ??)
|
|
||||||
(native-inputs `(("asciidoc" ,asciidoc)))
|
|
||||||
(home-page "https://tinyproxy.github.io/")
|
(home-page "https://tinyproxy.github.io/")
|
||||||
(synopsis "Light-weight HTTP/HTTPS proxy daemon")
|
(synopsis "Light-weight HTTP/HTTPS proxy daemon")
|
||||||
(description "Tinyproxy is a light-weight HTTP/HTTPS proxy
|
(description "Tinyproxy is a light-weight HTTP/HTTPS proxy
|
||||||
|
|
Loading…
Reference in a new issue