GNU bug report logs - #63087
[PATCH] gnu: tinyproxy: Update to 1.11.1.

Previous Next

Package: guix-patches;

Reported by: Aleksandr Vityazev <avityazew <at> gmail.com>

Date: Wed, 26 Apr 2023 10:52:01 UTC

Severity: normal

Tags: patch

Done: Ludovic Courtès <ludo <at> gnu.org>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Aleksandr Vityazev <avityazew <at> gmail.com>
To: 63087 <at> debbugs.gnu.org
Subject: [bug#63087] [PATCH] gnu: tinyproxy: Update to 1.11.1.
Date: Wed, 26 Apr 2023 13:51:37 +0300
* 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.