guix-commits
[Top][All Lists]
Advanced

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

04/06: gnu: openvswitch: Update to 2.13.0.


From: guix-commits
Subject: 04/06: gnu: openvswitch: Update to 2.13.0.
Date: Thu, 25 Jun 2020 19:57:08 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit e4e9a1bc350ccc629e92ee451f24cca403b70290
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Wed Jun 24 19:32:21 2020 +0200

    gnu: openvswitch: Update to 2.13.0.
    
    * gnu/packages/networking.scm (openvswitch): Update to 2.13.0.
    [native-inputs]: Change from PYTHON-2 to PYTHON-WRAPPER.
    [propagated-inputs]: Remove PYTHON2-SIX.
---
 gnu/packages/networking.scm | 8 +++-----
 1 file changed, 3 insertions(+), 5 deletions(-)

diff --git a/gnu/packages/networking.scm b/gnu/packages/networking.scm
index a847af5..af49b25 100644
--- a/gnu/packages/networking.scm
+++ b/gnu/packages/networking.scm
@@ -1908,7 +1908,7 @@ procedure calls (RPCs).")
 (define-public openvswitch
   (package
     (name "openvswitch")
-    (version "2.12.0")
+    (version "2.13.0")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -1916,7 +1916,7 @@ procedure calls (RPCs).")
                     version ".tar.gz"))
               (sha256
                (base32
-                "1y78ix5inhhcvicbvyy2ij38am1215nr55vydhab3d4065q45z8k"))))
+                "0cd5vmfr6zwgcnkwys6rag6cmz68v0librpaplianv734xs74pyx"))))
     (build-system gnu-build-system)
     (arguments
      '(;; FIXME: many tests fail with:
@@ -1943,11 +1943,9 @@ procedure calls (RPCs).")
     (native-inputs
      `(("perl" ,perl)
        ("pkg-config" ,pkg-config)
-       ("python" ,python-2)
+       ("python" ,python-wrapper)
        ;; for testing
        ("util-linux" ,util-linux)))
-    (propagated-inputs
-     `(("python-six" ,python2-six)))
     (inputs
      `(("libcap-ng" ,libcap-ng)
        ("openssl" ,openssl)))



reply via email to

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