[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
58/88: gnu: go-github-com-vishvananda-netlink: Update to 1.3.0.
From: |
guix-commits |
Subject: |
58/88: gnu: go-github-com-vishvananda-netlink: Update to 1.3.0. |
Date: |
Fri, 6 Dec 2024 16:17:28 -0500 (EST) |
sharlatan pushed a commit to branch go-team
in repository guix.
commit 371eeab4fa83c18287f151d7973550b3afd21ad4
Author: Sharlatan Hellseher <sharlatanus@gmail.com>
AuthorDate: Tue Dec 3 09:20:19 2024 +0000
gnu: go-github-com-vishvananda-netlink: Update to 1.3.0.
* gnu/packages/linux.scm (go-github-com-vishvananda-netlink): Update to
1.3.0.
Change-Id: I8184bf75352455b094b1c13f2858afedb88d0a85
---
gnu/packages/linux.scm | 8 +++++---
1 file changed, 5 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index 56f661ce64..b0e81a8f87 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -9575,7 +9575,7 @@ management tools in userspace.")
(define-public go-github-com-vishvananda-netlink
(package
(name "go-github-com-vishvananda-netlink")
- (version "1.1.0")
+ (version "1.3.0")
(source
(origin
(method git-fetch)
@@ -9584,7 +9584,7 @@ management tools in userspace.")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "1vhl30p1gx636a088ls4h6a0l8jjyfvz79fr5w0qzdrg4qg9h08h"))))
+ (base32 "1ckwb1ml7i2ccdd7kzc04s839naf4arlxav2ip5kf4rm4xhba9g7"))))
(build-system go-build-system)
(arguments
(list
@@ -9592,7 +9592,9 @@ management tools in userspace.")
;; cannot use 0xabcdef99 (untyped int constant 2882400153) as int value
;; in struct literal (overflows)
#:tests? (and (not (%current-target-system)) (target-x86-64?))
- #:test-flags #~(list "-skip" "TestNetNsIdByFd|TestNetNsIdByPid")
+ #:test-flags
+ ;; One test fails with error: operation not permitted.
+ #~(list "-skip" "TestSocketXDPGetInfo")
#:import-path "github.com/vishvananda/netlink"))
(propagated-inputs
(list go-github-com-vishvananda-netns
- 71/88: gnu: Add go-github-com-shurcool-graphql., (continued)
- 71/88: gnu: Add go-github-com-shurcool-graphql., guix-commits, 2024/12/06
- 74/88: gnu: Add go-github-com-erikgeiser-coninput., guix-commits, 2024/12/06
- 73/88: gnu: Add go-github-com-buildkite-shellwords., guix-commits, 2024/12/06
- 78/88: gnu: Add go-github-com-charmbracelet-x-windows., guix-commits, 2024/12/06
- 79/88: gnu: Add go-github-com-charmbracelet-x-input., guix-commits, 2024/12/06
- 85/88: gnu: Add go-go-abhg-dev-komplete., guix-commits, 2024/12/06
- 86/88: gnu: Add go-gopkg-in-dnaeon-go-vcr-v4., guix-commits, 2024/12/06
- 88/88: gnu: Add git-spice., guix-commits, 2024/12/06
- 44/88: gnu: go-github-com-alsm-ioprogress: Move to golang-xyz., guix-commits, 2024/12/06
- 56/88: gnu: go-github-com-golang-glog: Update to 1.2.3., guix-commits, 2024/12/06
- 58/88: gnu: go-github-com-vishvananda-netlink: Update to 1.3.0.,
guix-commits <=
- 61/88: gnu: go-github-com-vishvananda-netns: Update to 0.0.5., guix-commits, 2024/12/06
- 81/88: gnu: Add go-github-com-cli-browser., guix-commits, 2024/12/06
- 48/88: gnu: lf: Update to 33., guix-commits, 2024/12/06
- 51/88: gnu: go-github-com-gdamore-tcell: Move to golang-xyz., guix-commits, 2024/12/06
- 53/88: gnu: Remove go-github-com-kylelemons-godebug-pretty., guix-commits, 2024/12/06
- 54/88: gnu: Rename go-github-com-gizak-termui., guix-commits, 2024/12/06
- 60/88: gnu: go-github-com-google-gopacket: Adjust inputs., guix-commits, 2024/12/06
- 55/88: gnu: ghq: Update to 1.7.1., guix-commits, 2024/12/06
- 68/88: gnu: go-github-com-muesli-termenv: Remove examples., guix-commits, 2024/12/06
- 76/88: gnu: Add go-github-com-vito-midterm., guix-commits, 2024/12/06