diff options
| author | Efraim Flashner <efraim@flashner.co.il> | 2022-11-27 14:22:20 +0200 |
|---|---|---|
| committer | Efraim Flashner <efraim@flashner.co.il> | 2022-11-27 14:22:32 +0200 |
| commit | 4dadc6a8fa2ff6a6cb4d5fecc3e1588698135db4 (patch) | |
| tree | fc8153a7bbde140a6093d40d845dfea2ae03fb82 /gnu | |
| parent | 04540d3a6d4f80b9c71c1388bfd0c881366d591d (diff) | |
gnu: iproute: Update to 6.0.0.
* gnu/packages/linux.scm (iproute): Update to 6.0.0.
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/linux.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm index a81b8c76413..7679d9a4a7f 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm | |||
| @@ -2735,7 +2735,7 @@ that the Ethernet protocol is much simpler than the IP protocol.") | |||
| 2735 | (define-public iproute | 2735 | (define-public iproute |
| 2736 | (package | 2736 | (package |
| 2737 | (name "iproute2") | 2737 | (name "iproute2") |
| 2738 | (version "5.19.0") | 2738 | (version "6.0.0") |
| 2739 | (source (origin | 2739 | (source (origin |
| 2740 | (method url-fetch) | 2740 | (method url-fetch) |
| 2741 | (uri (string-append | 2741 | (uri (string-append |
| @@ -2743,7 +2743,7 @@ that the Ethernet protocol is much simpler than the IP protocol.") | |||
| 2743 | version ".tar.xz")) | 2743 | version ".tar.xz")) |
| 2744 | (sha256 | 2744 | (sha256 |
| 2745 | (base32 | 2745 | (base32 |
| 2746 | "14bp7mlyb5dizrzhd5hh5m9aq6xn1jlwaf9b5sjgglkzd96s7dr6")))) | 2746 | "02jq36p7py8zs8s8jj49ap82sgf5wi5yfbgsfiirkv1awzlkjcaj")))) |
| 2747 | (build-system gnu-build-system) | 2747 | (build-system gnu-build-system) |
| 2748 | (arguments | 2748 | (arguments |
| 2749 | (list | 2749 | (list |
