all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Andy Tai <atai@atai.org>
To: 65709@debbugs.gnu.org
Cc: Andy Tai <atai@atai.org>
Subject: [bug#65709] [PATCH] gnu: wget2: Update to 2.1.0
Date: Sat,  2 Sep 2023 15:29:36 -0700	[thread overview]
Message-ID: <b007aaf44b23ccccf4aba7da218a54c5f8a5c111.1693693736.git.atai@atai.org> (raw)

* gnu/packages/wget.scm (wget2): Update to 2.1.0
---
 gnu/packages/wget.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/wget.scm b/gnu/packages/wget.scm
index 17459344c0..60f93df24c 100644
--- a/gnu/packages/wget.scm
+++ b/gnu/packages/wget.scm
@@ -135,13 +135,13 @@ (define-public wgetpaste
 (define-public wget2
   (package
     (name "wget2")
-    (version "2.0.1")
+    (version "2.1.0")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://gnu/wget/wget2-" version ".tar.gz"))
               (sha256
                (base32
-                "1caxhkwk08z3npzw8x2qhkmjc224cfw1aphvbv8bidbvd41zmdqb"))))
+                "1rz294dld9zmd5fmsrjgfyj7nlpmg1x7gckdzl9r7bbb3hcwapd0"))))
     (build-system gnu-build-system)
     (arguments
      `(#:phases (modify-phases %standard-phases

base-commit: 74d72046bdc1ed6c859565570d0db58d20c9ddd7
-- 
2.41.0





             reply	other threads:[~2023-09-02 22:31 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-09-02 22:29 Andy Tai [this message]
2023-09-03  8:21 ` bug#65709: [PATCH] gnu: wget2: Update to 2.1.0 Efraim Flashner

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=b007aaf44b23ccccf4aba7da218a54c5f8a5c111.1693693736.git.atai@atai.org \
    --to=atai@atai.org \
    --cc=65709@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.