summary refs log tree commit diff
path: root/gnu/packages/vpn.scm
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2018-04-05 03:13:59 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2018-04-05 06:38:56 +0200
commitdc944249d9297d5e3339cf60a54c680316ef8c23 (patch)
treebf615a6e1e5f89933c23f431a862dd58b22f57c5 /gnu/packages/vpn.scm
parentbc32521a5b708e82ece88bbc7f53ccd20e1e18c3 (diff)
downloadguix-dc944249d9297d5e3339cf60a54c680316ef8c23.tar.gz
gnu: sshuttle: Update to 0.78.4.
* gnu/packages/vpn.scm (sshuttle): Update to 0.78.4.
Diffstat (limited to 'gnu/packages/vpn.scm')
-rw-r--r--gnu/packages/vpn.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/vpn.scm b/gnu/packages/vpn.scm
index 0fc3197077..070b695651 100644
--- a/gnu/packages/vpn.scm
+++ b/gnu/packages/vpn.scm
@@ -300,14 +300,14 @@ private network between hosts on the internet.")
 (define-public sshuttle
   (package
     (name "sshuttle")
-    (version "0.78.3")
+    (version "0.78.4")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri name version))
        (sha256
         (base32
-         "12xyq5h77b57cnkljdk8qyjxzys512b73019s20x6ck5brj1m8wa"))))
+         "0pqk43kd7crqhg6qgnl8kapncwgw1xgaf02zarzypcw64kvdih9h"))))
     (build-system python-build-system)
     (native-inputs
      `(("python-setuptools-scm" ,python-setuptools-scm)