gnu: ubridge: Update to 0.9.15.
* gnu/packages/networking.scm (ubridge): Update to 0.9.15.
This commit is contained in:
parent
fa3040d929
commit
e8e2281ee9
@ -2217,7 +2217,7 @@ SNMP v3 using both IPv4 and IPv6.")
|
|||||||
(define-public ubridge
|
(define-public ubridge
|
||||||
(package
|
(package
|
||||||
(name "ubridge")
|
(name "ubridge")
|
||||||
(version "0.9.14")
|
(version "0.9.15")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://github.com/GNS3/ubridge/archive/v"
|
(uri (string-append "https://github.com/GNS3/ubridge/archive/v"
|
||||||
@ -2225,7 +2225,7 @@ SNMP v3 using both IPv4 and IPv6.")
|
|||||||
(file-name (string-append name "-" version ".tar.gz"))
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1hivb8wqkk5047bdl2vbsbcvkmam1107hx1ahy4virq2bkqki1fj"))))
|
"0nmj37s7wvl7c36qbdv33rk9fyniwfk73qwb61ingni5siw67mr3"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:tests? #f ;no tests
|
`(#:tests? #f ;no tests
|
||||||
|
Loading…
Reference in New Issue
Block a user