aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2021-10-20 18:26:53 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2021-10-21 00:39:50 +0200
commit9792e14a66f7174dd8aaf4827cda488fe57d850a (patch)
treed6b5de19a2a33c0e76ed1c19b21a4f022d5a54aa
parent49176f0e4684a9b50cf75b4a0d1e9c3edb0074d2 (diff)
downloadguix-9792e14a66f7174dd8aaf4827cda488fe57d850a.tar.gz
guix-9792e14a66f7174dd8aaf4827cda488fe57d850a.zip
gnu: ethtool: Update to 5.14.
* gnu/packages/networking.scm (ethtool): Update to 5.14.
-rw-r--r--gnu/packages/networking.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/networking.scm b/gnu/packages/networking.scm
index e6b1b405de..4f46a7fe95 100644
--- a/gnu/packages/networking.scm
+++ b/gnu/packages/networking.scm
@@ -1215,14 +1215,14 @@ receiving NDP messages.")
(define-public ethtool
(package
(name "ethtool")
- (version "5.12")
+ (version "5.14")
(source (origin
(method url-fetch)
(uri (string-append "mirror://kernel.org/software/network/"
"ethtool/ethtool-" version ".tar.xz"))
(sha256
(base32
- "01vgyczgldrfss98cqrgjz8krj6kwb29xjf8p08q0g85fnfgmpgm"))))
+ "11kns8imm55i0miggsnv9nblnzm60zgnanxnjajdgb2wj68xn4xv"))))
(build-system gnu-build-system)
(native-inputs
`(("pkg-config" ,pkg-config)))
..Ludovic Courtès 2018-02-01Merge branch 'master' into core-updatesMarius Bakke 2018-01-29hydra: Fix up arm qemu job....Danny Milosavljevic 2018-01-29hydra: Only build the "flash image" on arm....Danny Milosavljevic 2018-01-29hydra: Work around import problem....Danny Milosavljevic 2018-01-29hydra: Add (gnu bootloader) import....Danny Milosavljevic 2018-01-29hydra: Add arm image builder....Danny Milosavljevic 2018-01-21hydra: Make the list of target systems a parameter....Ludovic Courtès 2017-12-29hydra: Do not cross-build from non-Intel platforms....Ludovic Courtès 2017-12-13hydra: Pre-load the compiler....Ludovic Courtès 2017-12-13hydra: Invalidate derivation caches after each architecture evaluation....Ludovic Courtès 2017-11-21hydra: Add jobs for the modular Guix....Ludovic Courtès 2017-11-21hydra: 'evaluate' passes an alist to the entry point....Ludovic Courtès 2017-11-07hydra: Add jobs for all of '%final-inputs'....Ludovic Courtès 2017-11-07hydra: Build hidden packages....Ludovic Courtès 2017-11-07hydra: Factorize package list creation....Ludovic Courtès 2017-09-28cuirass: Add 'cuirass-jobs.scm' target to compute the Cuirass jobs....Jan Nieuwenhuizen 2017-09-27cuirass: Support subset with list of package[@version]....Jan Nieuwenhuizen 2017-09-27cuirass: Add gnu-system build spec....Jan Nieuwenhuizen 2017-07-25hydra: Add 'guix.SYSTEM' jobs....Ludovic Courtès 2017-07-25hydra: Simplify 'tarball' job....Ludovic Courtès 2017-07-03build: Add iso9660 system image generator....Danny Milosavljevic 2017-06-15hydra: Don't build non-substitutable packages....Ludovic Courtès 2017-05-16hydra: Cross-build Guile 2.2....Ludovic Courtès 2017-05-07maint: Add 'time-monotonic' bug workaround in build-aux/hydra/evaluate.scm....Ludovic Courtès 2017-03-30hydra: Don't build deprecated packages....Ludovic Courtès 2017-03-30Merge branch 'master' into core-updates...Marius Bakke 2017-03-30hydra: Include the localstatedir in the binary tarball....Ludovic Courtès 2017-03-13Merge remote-tracking branch 'origin/master' into core-updatesEfraim Flashner 2017-03-12Add 'guix pack'....Ludovic Courtès 2017-03-09Merge branch 'master' into core-updatesLudovic Courtès 2017-03-09hydra: Really disable 32-to-64-bit cross-builds....Ludovic Courtès 2017-02-17hydra: Add "aarch64-linux-gnu" as a cross-compilation target....Efraim Flashner 2017-02-14hydra: Add "aarch64-linux-gnu" as a cross-compilation target....Efraim Flashner