diff options
| author | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-05-15 20:40:49 +0200 |
|---|---|---|
| committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-05-15 21:23:57 +0200 |
| commit | e8e2281ee98a74e54b655f697523516651eb1722 (patch) | |
| tree | 64c3f44eef2657c27dd019eb372f6f5d1b2ac8dd | |
| parent | fa3040d929737b20ed4305a260252df27decee7f (diff) | |
gnu: ubridge: Update to 0.9.15.
* gnu/packages/networking.scm (ubridge): Update to 0.9.15.
| -rw-r--r-- | gnu/packages/networking.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/networking.scm b/gnu/packages/networking.scm index d5c7fe884fd..2ec3f379252 100644 --- a/gnu/packages/networking.scm +++ b/gnu/packages/networking.scm | |||
| @@ -2217,7 +2217,7 @@ SNMP v3 using both IPv4 and IPv6.") | |||
| 2217 | (define-public ubridge | 2217 | (define-public ubridge |
| 2218 | (package | 2218 | (package |
| 2219 | (name "ubridge") | 2219 | (name "ubridge") |
| 2220 | (version "0.9.14") | 2220 | (version "0.9.15") |
| 2221 | (source (origin | 2221 | (source (origin |
| 2222 | (method url-fetch) | 2222 | (method url-fetch) |
| 2223 | (uri (string-append "https://github.com/GNS3/ubridge/archive/v" | 2223 | (uri (string-append "https://github.com/GNS3/ubridge/archive/v" |
| @@ -2225,7 +2225,7 @@ SNMP v3 using both IPv4 and IPv6.") | |||
| 2225 | (file-name (string-append name "-" version ".tar.gz")) | 2225 | (file-name (string-append name "-" version ".tar.gz")) |
| 2226 | (sha256 | 2226 | (sha256 |
| 2227 | (base32 | 2227 | (base32 |
| 2228 | "1hivb8wqkk5047bdl2vbsbcvkmam1107hx1ahy4virq2bkqki1fj")))) | 2228 | "0nmj37s7wvl7c36qbdv33rk9fyniwfk73qwb61ingni5siw67mr3")))) |
| 2229 | (build-system gnu-build-system) | 2229 | (build-system gnu-build-system) |
| 2230 | (arguments | 2230 | (arguments |
| 2231 | `(#:tests? #f ;no tests | 2231 | `(#:tests? #f ;no tests |
