mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-31 16:42:38 -05:00
gnu: libmnl: Update to 1.0.5.
* gnu/packages/linux.scm (libmnl): Update to 1.0.5.
This commit is contained in:
parent
8de0bb0a96
commit
0dfa1819d7
1 changed files with 2 additions and 2 deletions
|
@ -7231,7 +7231,7 @@ (define-public lshw
|
|||
(define-public libmnl
|
||||
(package
|
||||
(name "libmnl")
|
||||
(version "1.0.4")
|
||||
(version "1.0.5")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -7239,7 +7239,7 @@ (define-public libmnl
|
|||
"libmnl-" version ".tar.bz2"))
|
||||
(sha256
|
||||
(base32
|
||||
"108zampspaalv44zn0ar9h386dlfixpd149bnxa5hsi8kxlqj7qp"))))
|
||||
"09851ns07399rbz0y8slrlmnw3fn1nakr8d37pxjn5gkks8rnjr7"))))
|
||||
(build-system gnu-build-system)
|
||||
(home-page "https://www.netfilter.org/projects/libmnl/")
|
||||
(synopsis "Netlink utility library")
|
||||
|
|
Loading…
Reference in a new issue