unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#45884] [PATCH] gnu: wget: Update to 1.21.1.
@ 2021-01-15  4:35 Michael Rohleder
  2021-02-02  2:31 ` bug#45884: " Leo Famulari
  0 siblings, 1 reply; 2+ messages in thread
From: Michael Rohleder @ 2021-01-15  4:35 UTC (permalink / raw)
  To: 45884

* gnu/packages/wget.scm (wget): Update to 1.21.1.
---
 gnu/packages/wget.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/wget.scm b/gnu/packages/wget.scm
index 1092237a03..5017fed895 100644
--- a/gnu/packages/wget.scm
+++ b/gnu/packages/wget.scm
@@ -5,6 +5,7 @@
 ;;; Copyright © 2017 Rutger Helling <rhelling@mykolab.com>
 ;;; Copyright © 2018, 2019, 2020 Tobias Geerinckx-Rice <me@tobias.gr>
 ;;; Copyright © 2020 Jan (janneke) Nieuwenhuizen <janneke@gnu.org>
+;;; Copyright © 2021 Michael Rohleder <mike@rohleder.de>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -44,7 +45,7 @@
 (define-public wget
   (package
     (name "wget")
-    (version "1.20.3")
+    (version "1.21.1")
     (source
      (origin
       (method url-fetch)
@@ -52,7 +53,7 @@
                           version ".tar.lz"))
       (sha256
        (base32
-        "1frajd86ds8vz2hprq30wq8ya89z9dcxnwm8nwk12bbc47l7qq39"))))
+        "1bchzkacjsc5c0x01ngaana9fs5j12wfw1c8qxps1yp68x9vx6yv"))))
     (build-system gnu-build-system)
     (inputs
      `(("gnutls" ,gnutls)
-- 
2.30.0





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#45884: [PATCH] gnu: wget: Update to 1.21.1.
  2021-01-15  4:35 [bug#45884] [PATCH] gnu: wget: Update to 1.21.1 Michael Rohleder
@ 2021-02-02  2:31 ` Leo Famulari
  0 siblings, 0 replies; 2+ messages in thread
From: Leo Famulari @ 2021-02-02  2:31 UTC (permalink / raw)
  To: Michael Rohleder; +Cc: 45884-done

On Fri, Jan 15, 2021 at 05:35:59AM +0100, Michael Rohleder wrote:
> * gnu/packages/wget.scm (wget): Update to 1.21.1.

Thanks!

$ guix refresh -l wget                                       
Building the following 79 packages would ensure 591 dependent packages are rebuilt [...]

So, I pushed it to 'staging-next' as f1c7c2f697877fcb68b53ea062ff8a88f274a2fe




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-02-02  2:33 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-01-15  4:35 [bug#45884] [PATCH] gnu: wget: Update to 1.21.1 Michael Rohleder
2021-02-02  2:31 ` bug#45884: " Leo Famulari

Code repositories for project(s) associated with this public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).