guix-commits
[Top][All Lists]
Advanced

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

01/05: gnu: sshuttle: Update to 0.78.5.


From: guix-commits
Subject: 01/05: gnu: sshuttle: Update to 0.78.5.
Date: Mon, 4 Feb 2019 15:47:30 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit 627c6531f0633c5dbdf640556e3fabe988be1435
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Mon Feb 4 21:07:49 2019 +0100

    gnu: sshuttle: Update to 0.78.5.
    
    * gnu/packages/vpn.scm (sshuttle): Update to 0.78.5.
    [native-inputs]: Add python-flake8 and python-pytest-cov.
    Remove implied python-pytest.
---
 gnu/packages/vpn.scm | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/vpn.scm b/gnu/packages/vpn.scm
index e07787c..0c1410c 100644
--- a/gnu/packages/vpn.scm
+++ b/gnu/packages/vpn.scm
@@ -332,14 +332,14 @@ private network between hosts on the internet.")
 (define-public sshuttle
   (package
     (name "sshuttle")
-    (version "0.78.4")
+    (version "0.78.5")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri name version))
        (sha256
         (base32
-         "0pqk43kd7crqhg6qgnl8kapncwgw1xgaf02zarzypcw64kvdih9h"))))
+         "0vp13xwrhx4m6zgsyzvai84lkq9mzkaw47j58dk0ll95kaymk2x8"))))
     (build-system python-build-system)
     (arguments
      `(#:phases
@@ -354,8 +354,9 @@ private network between hosts on the internet.")
     (native-inputs
      `(("python-setuptools-scm" ,python-setuptools-scm)
        ;; For tests only.
+       ("python-flake8", python-flake8)
        ("python-mock" ,python-mock)
-       ("python-pytest" ,python-pytest)
+       ("python-pytest-cov" ,python-pytest-cov)
        ("python-pytest-runner" ,python-pytest-runner)))
     (home-page "https://github.com/sshuttle/sshuttle";)
     (synopsis "VPN that transparently forwards connections over SSH")



reply via email to

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