diff options
| author | Andreas Enge <andreas@enge.fr> | 2026-02-19 10:55:53 +0100 |
|---|---|---|
| committer | Andreas Enge <andreas@enge.fr> | 2026-04-15 13:52:09 +0200 |
| commit | fa3888834879056759086667087f10ad4e018aa9 (patch) | |
| tree | b6acfbe81447ff6e504c92a35f3d6642b8d5c549 /gnu | |
| parent | 10ea4f874e5f1ff57df840a60195a073b1b0b898 (diff) | |
gnu: libnl: Update to 3.12.0.
* gnu/packages/linux.scm (libnl): Update to 3.12.0.
Change-Id: I3bfc0e8b6e63f43addf28966abd49fd42588888c
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/linux.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm index e74f1f38f78..f32619da124 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm | |||
| @@ -4914,7 +4914,7 @@ transparently through a bridge.") | |||
| 4914 | (define-public libnl | 4914 | (define-public libnl |
| 4915 | (package | 4915 | (package |
| 4916 | (name "libnl") | 4916 | (name "libnl") |
| 4917 | (version "3.7.0") | 4917 | (version "3.12.0") |
| 4918 | (source (origin | 4918 | (source (origin |
| 4919 | (method url-fetch) | 4919 | (method url-fetch) |
| 4920 | (uri (string-append | 4920 | (uri (string-append |
| @@ -4923,7 +4923,7 @@ transparently through a bridge.") | |||
| 4923 | "/libnl-" version ".tar.gz")) | 4923 | "/libnl-" version ".tar.gz")) |
| 4924 | (sha256 | 4924 | (sha256 |
| 4925 | (base32 | 4925 | (base32 |
| 4926 | "0faryrbvp0x4s2zhg5d78vd5q4w34lrr736gpm9wcwpaxv5krr4z")))) | 4926 | "066xq01y2mx0xi7bwa5y6ciw1ygla15qdlzzyvyzb8zijrqwllgw")))) |
| 4927 | (build-system gnu-build-system) | 4927 | (build-system gnu-build-system) |
| 4928 | (native-inputs | 4928 | (native-inputs |
| 4929 | `(("bison" ,bison) | 4929 | `(("bison" ,bison) |
| @@ -4938,7 +4938,7 @@ transparently through a bridge.") | |||
| 4938 | (string-join (string-split version #\.) "_") | 4938 | (string-join (string-split version #\.) "_") |
| 4939 | "/libnl-doc-" version ".tar.gz")) | 4939 | "/libnl-doc-" version ".tar.gz")) |
| 4940 | (sha256 | 4940 | (sha256 |
| 4941 | (base32 "1ra8xdf06q9hlsrnc1yz67xkp4kd9sd27ff02mlixixnyyjp32sp")))))) | 4941 | (base32 "18f14pdycghy6fcd27faqgh19zpam6b45s8bgsk85kb9wwzq3yd4")))))) |
| 4942 | (outputs `("out" "doc")) | 4942 | (outputs `("out" "doc")) |
| 4943 | (arguments | 4943 | (arguments |
| 4944 | `(#:phases | 4944 | `(#:phases |
