diff options
| author | Andy Tai <atai@atai.org> | 2023-06-14 22:46:00 -0700 |
|---|---|---|
| committer | Andreas Enge <andreas@enge.fr> | 2026-02-18 00:17:11 +0100 |
| commit | caf2e000f8bf3857403520bc196b61120b3102d7 (patch) | |
| tree | 6226bb1639dcf5cff33f8acc649864e6ccdb1bf3 /gnu | |
| parent | e9e49d44db5bf35847322f26f21c55befe0ba8b4 (diff) | |
gnu: libnl: Update to 3.7.0
* gnu/packages/linux.scm (libnl): Update to 3.7.0
Signed-off-by: Andreas Enge <andreas@enge.fr>
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 a109e94c477..3e15e2bc025 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm | |||
| @@ -4609,7 +4609,7 @@ transparently through a bridge.") | |||
| 4609 | (define-public libnl | 4609 | (define-public libnl |
| 4610 | (package | 4610 | (package |
| 4611 | (name "libnl") | 4611 | (name "libnl") |
| 4612 | (version "3.5.0") | 4612 | (version "3.7.0") |
| 4613 | (source (origin | 4613 | (source (origin |
| 4614 | (method url-fetch) | 4614 | (method url-fetch) |
| 4615 | (uri (string-append | 4615 | (uri (string-append |
| @@ -4618,7 +4618,7 @@ transparently through a bridge.") | |||
| 4618 | "/libnl-" version ".tar.gz")) | 4618 | "/libnl-" version ".tar.gz")) |
| 4619 | (sha256 | 4619 | (sha256 |
| 4620 | (base32 | 4620 | (base32 |
| 4621 | "1yh5bqmkivd78x378x34gzb28lvykn6b9k3hgvvpdnj5jpn3689m")))) | 4621 | "0faryrbvp0x4s2zhg5d78vd5q4w34lrr736gpm9wcwpaxv5krr4z")))) |
| 4622 | (build-system gnu-build-system) | 4622 | (build-system gnu-build-system) |
| 4623 | (native-inputs | 4623 | (native-inputs |
| 4624 | `(("bison" ,bison) | 4624 | `(("bison" ,bison) |
| @@ -4633,7 +4633,7 @@ transparently through a bridge.") | |||
| 4633 | (string-join (string-split version #\.) "_") | 4633 | (string-join (string-split version #\.) "_") |
| 4634 | "/libnl-doc-" version ".tar.gz")) | 4634 | "/libnl-doc-" version ".tar.gz")) |
| 4635 | (sha256 | 4635 | (sha256 |
| 4636 | (base32 "19p5y8q3cm5wqvamqc4s5syxnnkvzxy3gw8ivxk6fv9ybn8jm35h")))))) | 4636 | (base32 "1ra8xdf06q9hlsrnc1yz67xkp4kd9sd27ff02mlixixnyyjp32sp")))))) |
| 4637 | (outputs `("out" "doc")) | 4637 | (outputs `("out" "doc")) |
| 4638 | (arguments | 4638 | (arguments |
| 4639 | `(#:phases | 4639 | `(#:phases |
