diff mbox series

[bug#61791] gnu: ethtool: Update to 6.2.

Message ID 0a56e532bc5cb67dd2e2d26c6f5e3aec7159aa1a.1677354419.git.mirai@makinata.eu
State New
Headers show
Series [bug#61791] gnu: ethtool: Update to 6.2. | expand

Commit Message

Bruno Victal Feb. 25, 2023, 7:47 p.m. UTC
* gnu/packages/networking.scm (ethtool): Update to 6.2.
---
 gnu/packages/networking.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)


base-commit: 7b40cb7c6e310652c118f339422e3ab9f87d67eb

Comments

Tobias Geerinckx-Rice Feb. 25, 2023, 8:08 p.m. UTC | #1
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.
diff mbox series

Patch

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))