summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorAleksandr Vityazev <avityazew@gmail.com>2023-04-26 13:51:37 +0300
committerLudovic Courtès <ludo@gnu.org>2023-05-25 12:51:16 +0200
commit0d320a10bf09615c10af2c8bf3df1bdcbea8eb6e (patch)
tree5c77e72be246f19b53c208e6fcd340a5b55810a6 /gnu
parente7ab908e0a9e01863f566caeff0b527a86322b15 (diff)
gnu: tinyproxy: Update to 1.11.1.
* gnu/packages/web.scm (tinyproxy): Update to 1.11.1. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/web.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm
index 3b3ea345cd9..3af4aa0b8d4 100644
--- a/gnu/packages/web.scm
+++ b/gnu/packages/web.scm
@@ -1808,7 +1808,7 @@ and other data, for distribution on the web.")
1808(define-public tinyproxy 1808(define-public tinyproxy
1809 (package 1809 (package
1810 (name "tinyproxy") 1810 (name "tinyproxy")
1811 (version "1.11.0") 1811 (version "1.11.1")
1812 (source (origin 1812 (source (origin
1813 (method url-fetch) 1813 (method url-fetch)
1814 (uri (string-append "https://github.com/tinyproxy/tinyproxy/" 1814 (uri (string-append "https://github.com/tinyproxy/tinyproxy/"
@@ -1816,7 +1816,7 @@ and other data, for distribution on the web.")
1816 version ".tar.xz")) 1816 version ".tar.xz"))
1817 (sha256 1817 (sha256
1818 (base32 1818 (base32
1819 "0cizm8pbh5p557birdirkayj71xdxapaa9q29v1d4lf5qk7q3v61")))) 1819 "0z0gnk74y68fv34vlgn2mf0zp1h3s27dbz8a1nwsxl0mh928hqyn"))))
1820 (build-system gnu-build-system) 1820 (build-system gnu-build-system)
1821 (arguments 1821 (arguments
1822 `(#:test-target "test" ; ‘make check’ silently does nothing 1822 `(#:test-target "test" ; ‘make check’ silently does nothing