mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: go-github-com-vishvananda-netlink: Update to 1.3.1.
* gnu/packages/golang-web.scm (go-github-com-vishvananda-netlink): Update to 1.3.1. Change-Id: I00803901994f3f4dfc9931e9e8049d08877fce53
This commit is contained in:
parent
321361c1d7
commit
3ba7261e87
1 changed files with 2 additions and 2 deletions
|
@ -10873,7 +10873,7 @@ implementation as closely while remaining idiomatic and easy to use.")
|
|||
(define-public go-github-com-vishvananda-netlink
|
||||
(package
|
||||
(name "go-github-com-vishvananda-netlink")
|
||||
(version "1.3.0")
|
||||
(version "1.3.1")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -10882,7 +10882,7 @@ implementation as closely while remaining idiomatic and easy to use.")
|
|||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "1ckwb1ml7i2ccdd7kzc04s839naf4arlxav2ip5kf4rm4xhba9g7"))))
|
||||
(base32 "0zc18p7mfcfjrpiwgyka8153lfyqrrlqnw7x1zzsfjf961m2cgw3"))))
|
||||
(build-system go-build-system)
|
||||
(arguments
|
||||
(list
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue