diff options
| author | Bruno Victal <mirai@makinata.eu> | 2023-02-25 19:47:26 +0000 |
|---|---|---|
| committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2023-02-19 01:00:00 +0100 |
| commit | 9a2cf9ef0a9ece9aa0dcb24a31fe0c313d06988f (patch) | |
| tree | 3ddf6b8f20b7d5b1e31647ef6d597d0769b3988e /gnu | |
| parent | 1dac5b21579cacd8d4a74bea1e181e68d412e246 (diff) | |
gnu: ethtool: Update to 6.2.
* gnu/packages/networking.scm (ethtool): Update to 6.2.
Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/networking.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/networking.scm b/gnu/packages/networking.scm index b5e8afc728c..b6cbd8e80a7 100644 --- a/gnu/packages/networking.scm +++ b/gnu/packages/networking.scm | |||
| @@ -1517,14 +1517,14 @@ receiving NDP messages.") | |||
| 1517 | (define-public ethtool | 1517 | (define-public ethtool |
| 1518 | (package | 1518 | (package |
| 1519 | (name "ethtool") | 1519 | (name "ethtool") |
| 1520 | (version "5.15") | 1520 | (version "6.2") |
| 1521 | (source (origin | 1521 | (source (origin |
| 1522 | (method url-fetch) | 1522 | (method url-fetch) |
| 1523 | (uri (string-append "mirror://kernel.org/software/network/" | 1523 | (uri (string-append "mirror://kernel.org/software/network/" |
| 1524 | "ethtool/ethtool-" version ".tar.xz")) | 1524 | "ethtool/ethtool-" version ".tar.xz")) |
| 1525 | (sha256 | 1525 | (sha256 |
| 1526 | (base32 | 1526 | (base32 |
| 1527 | "0v8i592vwjypf111w0lfvaxdwhzybp6w600g28m9rm490c8xcvv8")))) | 1527 | "1qbhwp8d4nh0cnxd3hg0kr8lm5ikbkl07gvjpzv76kad0qa03pw6")))) |
| 1528 | (build-system gnu-build-system) | 1528 | (build-system gnu-build-system) |
| 1529 | (native-inputs | 1529 | (native-inputs |
| 1530 | (list pkg-config)) | 1530 | (list pkg-config)) |
