gnu: libnl: Update to 3.5.0.
* gnu/packages/linux.scm (libnl): Update to 3.5.0.
This commit is contained in:
parent
309721b324
commit
276e7739b9
1 changed files with 3 additions and 3 deletions
|
|
@ -1926,7 +1926,7 @@ transparently through a bridge.")
|
||||||
(define-public libnl
|
(define-public libnl
|
||||||
(package
|
(package
|
||||||
(name "libnl")
|
(name "libnl")
|
||||||
(version "3.4.0")
|
(version "3.5.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append
|
(uri (string-append
|
||||||
|
|
@ -1935,7 +1935,7 @@ transparently through a bridge.")
|
||||||
"/libnl-" version ".tar.gz"))
|
"/libnl-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1gzm444rnsib64dddv0cwlpzy1q4bycjqhp1i5pxpikimqvpca5p"))))
|
"1yh5bqmkivd78x378x34gzb28lvykn6b9k3hgvvpdnj5jpn3689m"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("bison" ,bison)
|
`(("bison" ,bison)
|
||||||
|
|
@ -1950,7 +1950,7 @@ transparently through a bridge.")
|
||||||
(string-join (string-split version #\.) "_")
|
(string-join (string-split version #\.) "_")
|
||||||
"/libnl-doc-" version ".tar.gz"))
|
"/libnl-doc-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1m5cnzviv31gjnz6fz5rgyl6ah4dbp2akm49j9973sgwl36gs8jx"))))))
|
(base32 "19p5y8q3cm5wqvamqc4s5syxnnkvzxy3gw8ivxk6fv9ybn8jm35h"))))))
|
||||||
(inputs
|
(inputs
|
||||||
`(("python-2" ,python-2)
|
`(("python-2" ,python-2)
|
||||||
("python-3" ,python-3)))
|
("python-3" ,python-3)))
|
||||||
|
|
|
||||||
Reference in a new issue