guix-commits
[Top][All Lists]
Advanced

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

03/03: gnu: squid: Update to 4.13.


From: guix-commits
Subject: 03/03: gnu: squid: Update to 4.13.
Date: Sun, 30 Aug 2020 00:35:36 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit e4e03047fb63101dff42be57846d43ec4f18c7a5
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun Aug 30 06:30:08 2020 +0200

    gnu: squid: Update to 4.13.
    
    * gnu/packages/networking.scm (squid): Update to 4.13.
---
 gnu/packages/networking.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/networking.scm b/gnu/packages/networking.scm
index 85c43ef..a4c33e5 100644
--- a/gnu/packages/networking.scm
+++ b/gnu/packages/networking.scm
@@ -1495,14 +1495,14 @@ TCP connection, TLS handshake and so on) in the 
terminal.")
 (define-public squid
   (package
     (name "squid")
-    (version "4.12")
+    (version "4.13")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "http://www.squid-cache.org/Versions/v4/squid-";
                            version ".tar.xz"))
        (sha256
-        (base32 "05z34ysy2zn7as11vd365xxhh36bm1ysiwcbr0i0f0nwng406apl"))))
+        (base32 "1q1ywpic6s7dfjj3cwzcfgscc4zq0aih462gyas7j1z683ss14b8"))))
     (build-system gnu-build-system)
     (arguments
      '(#:phases



reply via email to

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