me
/
guix
Archived
1
0
Fork 0

gnu: ubridge: Update to 0.9.16.

* gnu/packages/networking.scm (ubridge): Update to 0.9.16.
master
Tobias Geerinckx-Rice 2019-09-27 20:51:38 +02:00
parent ba567cae97
commit f805785e2f
No known key found for this signature in database
GPG Key ID: D889B0F018C5493C
1 changed files with 2 additions and 2 deletions

View File

@ -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