gnu: ubridge: Update to 0.9.16.
* gnu/packages/networking.scm (ubridge): Update to 0.9.16.master
parent
ba567cae97
commit
f805785e2f
|
@ -2321,7 +2321,7 @@ SNMP v3 using both IPv4 and IPv6.")
|
||||||
(define-public ubridge
|
(define-public ubridge
|
||||||
(package
|
(package
|
||||||
(name "ubridge")
|
(name "ubridge")
|
||||||
(version "0.9.15")
|
(version "0.9.16")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -2330,7 +2330,7 @@ SNMP v3 using both IPv4 and IPv6.")
|
||||||
(commit (string-append "v" version))))
|
(commit (string-append "v" version))))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0fl07zyall04map6v2l1bclqh8y3rrhsx61s2v0sr8b00j201jg4"))))
|
(base32 "1bind7ylgxs743vfdmpdrpp4iamy461bc3i7nxza91kj7hyyjz6h"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:tests? #f ; no tests
|
`(#:tests? #f ; no tests
|
||||||
|
|
Reference in New Issue