all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#61791] [PATCH] gnu: ethtool: Update to 6.2.
@ 2023-02-25 19:47 Bruno Victal
  2023-02-25 20:08 ` bug#61791: " Tobias Geerinckx-Rice via Guix-patches via
  0 siblings, 1 reply; 2+ messages in thread
From: Bruno Victal @ 2023-02-25 19:47 UTC (permalink / raw)
  To: 61791; +Cc: Bruno Victal

* gnu/packages/networking.scm (ethtool): Update to 6.2.
---
 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 b5e8afc728..b6cbd8e80a 100644
--- a/gnu/packages/networking.scm
+++ b/gnu/packages/networking.scm
@@ -1517,14 +1517,14 @@ (define-public libndp
 (define-public ethtool
   (package
     (name "ethtool")
-    (version "5.15")
+    (version "6.2")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://kernel.org/software/network/"
                                   "ethtool/ethtool-" version ".tar.xz"))
               (sha256
                (base32
-                "0v8i592vwjypf111w0lfvaxdwhzybp6w600g28m9rm490c8xcvv8"))))
+                "1qbhwp8d4nh0cnxd3hg0kr8lm5ikbkl07gvjpzv76kad0qa03pw6"))))
     (build-system gnu-build-system)
     (native-inputs
      (list pkg-config))

base-commit: 7b40cb7c6e310652c118f339422e3ab9f87d67eb
-- 
2.39.1





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

* bug#61791: [PATCH] gnu: ethtool: Update to 6.2.
  2023-02-25 19:47 [bug#61791] [PATCH] gnu: ethtool: Update to 6.2 Bruno Victal
@ 2023-02-25 20:08 ` Tobias Geerinckx-Rice via Guix-patches via
  0 siblings, 0 replies; 2+ messages in thread
From: Tobias Geerinckx-Rice via Guix-patches via @ 2023-02-25 20:08 UTC (permalink / raw)
  To: Bruno Victal; +Cc: 61791-done

Bruno,

On 2023-02-25 20:47, Bruno Victal wrote:
> * gnu/packages/networking.scm (ethtool): Update to 6.2.

Thanks!  Pushed as 9a2cf9ef0a9ece9aa0dcb24a31fe0c313d06988f.

Kind regards,

T G-R

Sent from a Web browser.  Excuse or enjoy my brevity.




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

end of thread, other threads:[~2023-02-25 20:09 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-02-25 19:47 [bug#61791] [PATCH] gnu: ethtool: Update to 6.2 Bruno Victal
2023-02-25 20:08 ` bug#61791: " Tobias Geerinckx-Rice via Guix-patches via

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.