GNU bug report logs -
#63087
[PATCH] gnu: tinyproxy: Update to 1.11.1.
Previous Next
Full log
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/web.scm (tinyproxy): Update to 1.11.1.
---
gnu/packages/web.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm
index 7027fbad08..1d21219e1f 100644
--- a/gnu/packages/web.scm
+++ b/gnu/packages/web.scm
@@ -1791,7 +1791,7 @@ (define-public esbuild
(define-public tinyproxy
(package
(name "tinyproxy")
- (version "1.11.0")
+ (version "1.11.1")
(source (origin
(method url-fetch)
(uri (string-append "https://github.com/tinyproxy/tinyproxy/"
@@ -1799,7 +1799,7 @@ (define-public tinyproxy
version ".tar.xz"))
(sha256
(base32
- "0cizm8pbh5p557birdirkayj71xdxapaa9q29v1d4lf5qk7q3v61"))))
+ "0z0gnk74y68fv34vlgn2mf0zp1h3s27dbz8a1nwsxl0mh928hqyn"))))
(build-system gnu-build-system)
(arguments
`(#:test-target "test" ; ‘make check’ silently does nothing
--
2.39.2
--
Aleksandr Vityazev
This bug report was last modified 2 years and 2 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.