guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

08/09: gnu: tinyproxy: Update to 1.11.1.


From: guix-commits
Subject: 08/09: gnu: tinyproxy: Update to 1.11.1.
Date: Thu, 25 May 2023 06:52:52 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit 0d320a10bf09615c10af2c8bf3df1bdcbea8eb6e
Author: Aleksandr Vityazev <avityazew@gmail.com>
AuthorDate: Wed Apr 26 13:51:37 2023 +0300

    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>
---
 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 3b3ea345cd..3af4aa0b8d 100644
--- a/gnu/packages/web.scm
+++ b/gnu/packages/web.scm
@@ -1808,7 +1808,7 @@ and other data, for distribution on the web.")
 (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/";
@@ -1816,7 +1816,7 @@ and other data, for distribution on the web.")
                                   version ".tar.xz"))
               (sha256
                (base32
-                "0cizm8pbh5p557birdirkayj71xdxapaa9q29v1d4lf5qk7q3v61"))))
+                "0z0gnk74y68fv34vlgn2mf0zp1h3s27dbz8a1nwsxl0mh928hqyn"))))
     (build-system gnu-build-system)
     (arguments
      `(#:test-target "test"             ; ‘make check’ silently does nothing



reply via email to

[Prev in Thread] Current Thread [Next in Thread]