[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
03/06: gnu: tinyproxy: Update to 1.11.0.
From: |
guix-commits |
Subject: |
03/06: gnu: tinyproxy: Update to 1.11.0. |
Date: |
Thu, 6 May 2021 20:21:13 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit 3dc591635e554fa4de452cf40d3c7f15e8f19fcc
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Fri May 7 02:10:22 2021 +0200
gnu: tinyproxy: Update to 1.11.0.
* gnu/packages/web.scm (tinyproxy): Update to 1.11.0.
---
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 a588d93..ab73395 100644
--- a/gnu/packages/web.scm
+++ b/gnu/packages/web.scm
@@ -1633,7 +1633,7 @@ and other data, for distribution on the web.")
(define-public tinyproxy
(package
(name "tinyproxy")
- (version "1.10.0")
+ (version "1.11.0")
(source (origin
(method url-fetch)
(uri (string-append "https://github.com/tinyproxy/tinyproxy/"
@@ -1641,7 +1641,7 @@ and other data, for distribution on the web.")
version ".tar.xz"))
(sha256
(base32
- "10jnk6y2swld25mm47mjc0nkffyzsfysnsxwr7cs0ns1kil8ggjr"))))
+ "0cizm8pbh5p557birdirkayj71xdxapaa9q29v1d4lf5qk7q3v61"))))
(build-system gnu-build-system)
(arguments
`(#:configure-flags
- branch master updated (6d6b720 -> b8760c8), guix-commits, 2021/05/06
- 01/06: gnu: font-liberation: Update to 2.1.4., guix-commits, 2021/05/06
- 05/06: gnu: gtkwave: Update to 3.3.109., guix-commits, 2021/05/06
- 03/06: gnu: tinyproxy: Update to 1.11.0.,
guix-commits <=
- 06/06: gnu: photoflare: Update to 1.6.8., guix-commits, 2021/05/06
- 02/06: gnu: perl-cgi: Update to 4.52., guix-commits, 2021/05/06
- 04/06: gnu: tinyproxy: Run tests., guix-commits, 2021/05/06