[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/08: gnu: ubridge: Update to 0.9.16.
From: |
guix-commits |
Subject: |
01/08: gnu: ubridge: Update to 0.9.16. |
Date: |
Fri, 27 Sep 2019 23:44:19 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit f805785e2fe1ee40d790e539c82d6c2269d5d4e1
Author: Tobias Geerinckx-Rice <address@hidden>
Date: Fri Sep 27 20:51:38 2019 +0200
gnu: ubridge: Update to 0.9.16.
* gnu/packages/networking.scm (ubridge): Update to 0.9.16.
---
gnu/packages/networking.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/networking.scm b/gnu/packages/networking.scm
index 11c9c6a..a93e2cb 100644
--- a/gnu/packages/networking.scm
+++ b/gnu/packages/networking.scm
@@ -2321,7 +2321,7 @@ SNMP v3 using both IPv4 and IPv6.")
(define-public ubridge
(package
(name "ubridge")
- (version "0.9.15")
+ (version "0.9.16")
(source
(origin
(method git-fetch)
@@ -2330,7 +2330,7 @@ SNMP v3 using both IPv4 and IPv6.")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "0fl07zyall04map6v2l1bclqh8y3rrhsx61s2v0sr8b00j201jg4"))))
+ (base32 "1bind7ylgxs743vfdmpdrpp4iamy461bc3i7nxza91kj7hyyjz6h"))))
(build-system gnu-build-system)
(arguments
`(#:tests? #f ; no tests
- branch master updated (ba567ca -> d49375c), guix-commits, 2019/09/27
- 07/08: gnu: xtensor: Use HTTPS home page., guix-commits, 2019/09/27
- 08/08: gnu: z3: Update to 4.8.6., guix-commits, 2019/09/27
- 04/08: gnu: smu: Don't use unstable tarball., guix-commits, 2019/09/27
- 05/08: gnu: xtl: Update to 0.6.7., guix-commits, 2019/09/27
- 06/08: gnu: xtensor: Update to 0.20.9., guix-commits, 2019/09/27
- 01/08: gnu: ubridge: Update to 0.9.16.,
guix-commits <=
- 02/08: gnu: youtube-viewer: Update to 3.5.8., guix-commits, 2019/09/27
- 03/08: gnu: smu: Update to 1.5., guix-commits, 2019/09/27