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: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Ludovic Courtès <ludo <at> gnu.org>
Cc: tracker <at> debbugs.gnu.org
Subject: bug#63087: closed ([PATCH] gnu: tinyproxy: Update to 1.11.1.)
Date: Thu, 25 May 2023 10:48:02 +0000
[Message part 1 (text/plain, inline)]
Your message dated Thu, 25 May 2023 12:47:43 +0200
with message-id <878rdcg01c.fsf <at> gnu.org>
and subject line Re: bug#63087: [PATCH] gnu: tinyproxy: Update to 1.11.1.
has caused the debbugs.gnu.org bug report #63087,
regarding [PATCH] gnu: tinyproxy: Update to 1.11.1.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)


-- 
63087: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=63087
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Aleksandr Vityazev <avityazew <at> gmail.com>
To: guix-patches <at> gnu.org
Subject: [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


[Message part 3 (message/rfc822, inline)]
From: Ludovic Courtès <ludo <at> gnu.org>
To: Aleksandr Vityazev <avityazew <at> gmail.com>
Cc: 63087-done <at> debbugs.gnu.org
Subject: Re: bug#63087: [PATCH] gnu: tinyproxy: Update to 1.11.1.
Date: Thu, 25 May 2023 12:47:43 +0200
Hi,

Aleksandr Vityazev <avityazew <at> gmail.com> skribis:

> * gnu/packages/web.scm (tinyproxy): Update to 1.11.1.

Applied, thanks!

Ludo’.


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.