guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

03/07: gnu: ubridge: Update to 0.9.15.


From: guix-commits
Subject: 03/07: gnu: ubridge: Update to 0.9.15.
Date: Wed, 15 May 2019 15:25:42 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit e8e2281ee98a74e54b655f697523516651eb1722
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Wed May 15 20:40:49 2019 +0200

    gnu: ubridge: Update to 0.9.15.
    
    * gnu/packages/networking.scm (ubridge): Update to 0.9.15.
---
 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 d5c7fe8..2ec3f37 100644
--- a/gnu/packages/networking.scm
+++ b/gnu/packages/networking.scm
@@ -2217,7 +2217,7 @@ SNMP v3 using both IPv4 and IPv6.")
 (define-public ubridge
   (package
     (name "ubridge")
-    (version "0.9.14")
+    (version "0.9.15")
     (source (origin
               (method url-fetch)
               (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"))
               (sha256
                (base32
-                "1hivb8wqkk5047bdl2vbsbcvkmam1107hx1ahy4virq2bkqki1fj"))))
+                "0nmj37s7wvl7c36qbdv33rk9fyniwfk73qwb61ingni5siw67mr3"))))
     (build-system gnu-build-system)
     (arguments
      `(#:tests? #f ;no tests



reply via email to

[Prev in Thread] Current Thread [Next in Thread]