diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-05-07 02:10:22 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-05-07 02:10:22 +0200 |
commit | 3dc591635e554fa4de452cf40d3c7f15e8f19fcc (patch) | |
tree | 50cdb7dbd1bb13e74d137bf23473c0455e846129 /gnu/packages/web.scm | |
parent | 1d2b75874a417ccecfd7975390e756ede8c4833a (diff) | |
download | guix-3dc591635e554fa4de452cf40d3c7f15e8f19fcc.tar.gz guix-3dc591635e554fa4de452cf40d3c7f15e8f19fcc.zip |
gnu: tinyproxy: Update to 1.11.0.
* gnu/packages/web.scm (tinyproxy): Update to 1.11.0.
Diffstat (limited to 'gnu/packages/web.scm')
-rw-r--r-- | gnu/packages/web.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm index a588d93fa8..ab733959e1 100644 --- a/gnu/packages/web.scm +++ b/gnu/packages/web.scm @@ -1633,7 +1633,7 @@ and other data, for distribution on the web.") (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 @@ and other data, for distribution on the web.") version ".tar.xz")) (sha256 (base32 - "10jnk6y2swld25mm47mjc0nkffyzsfysnsxwr7cs0ns1kil8ggjr")))) + "0cizm8pbh5p557birdirkayj71xdxapaa9q29v1d4lf5qk7q3v61")))) (build-system gnu-build-system) (arguments `(#:configure-flags |