mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: tinyproxy: Update to 1.11.0.
* gnu/packages/web.scm (tinyproxy): Update to 1.11.0.
This commit is contained in:
parent
1d2b75874a
commit
3dc591635e
1 changed files with 2 additions and 2 deletions
|
@ -1633,7 +1633,7 @@ (define-public esbuild
|
|||
(define-public tinyproxy
|
||||
(package
|
||||
(name "tinyproxy")
|
||||
(version "1.10.0")
|
||||
(version "1.11.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "https://github.com/tinyproxy/tinyproxy/"
|
||||
|
@ -1641,7 +1641,7 @@ (define-public tinyproxy
|
|||
version ".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"10jnk6y2swld25mm47mjc0nkffyzsfysnsxwr7cs0ns1kil8ggjr"))))
|
||||
"0cizm8pbh5p557birdirkayj71xdxapaa9q29v1d4lf5qk7q3v61"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
`(#:configure-flags
|
||||
|
|
Loading…
Reference in a new issue