all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Andy Tai <atai@atai.org>
To: 71514@debbugs.gnu.org
Cc: Andy Tai <atai@atai.org>
Subject: [bug#71514] [PATCH] gnu: squid: Update to 6.10.
Date: Wed, 12 Jun 2024 04:03:15 -0700	[thread overview]
Message-ID: <97895270b6bf2357e0dd4ab013dd977e2fc53f5f.1718190168.git.atai@atai.org> (raw)

* gnu/packages/networking.scm (squid): Update to 6.10.

Change-Id: I0e054e8394bc3e097bd9b53dde680af082c94344
---
 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 7e724bff6a..e3bed39f70 100644
--- a/gnu/packages/networking.scm
+++ b/gnu/packages/networking.scm
@@ -2042,14 +2042,14 @@ (define-public httpstat
 (define-public squid
   (package
     (name "squid")
-    (version "6.3")
+    (version "6.10")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "http://www.squid-cache.org/Versions/v6/squid-"
                            version ".tar.xz"))
        (sha256
-        (base32 "1yj869jnbdv1fb604j6g602dyvfnw7ahh9sh7mbqjpbsd9cgb83l"))))
+        (base32 "19q86j2jd2vwv298ialnhqahl0qjxjdbigi5vmq4gw13wy3v21qb"))))
     (build-system gnu-build-system)
     (arguments
      '(#:configure-flags

base-commit: 30f0faafc4b1cb092d50b58b38db7435c8dbcfeb
-- 
2.34.1





             reply	other threads:[~2024-06-12 11:04 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-06-12 11:03 Andy Tai [this message]
2024-06-15 15:22 ` [bug#71514] QA review for 71514 Nicolas Graves via Guix-patches via
2024-06-16  8:18 ` bug#71514: Close Andreas Enge

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=97895270b6bf2357e0dd4ab013dd977e2fc53f5f.1718190168.git.atai@atai.org \
    --to=atai@atai.org \
    --cc=71514@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.