summaryrefslogtreecommitdiff
path: root/gnu/packages/vpn.scm
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2017-07-09 01:59:25 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2017-07-09 01:59:25 +0200
commit447f75825fbe473f0684d4664dde01d9d3a02d75 (patch)
treefd94c4fdd67c222e10ce085b898bab345942efd7 /gnu/packages/vpn.scm
parent5143517c9969d17b48cbb60e1103633bc0cfb430 (diff)
downloadguix-patches-447f75825fbe473f0684d4664dde01d9d3a02d75.tar
guix-patches-447f75825fbe473f0684d4664dde01d9d3a02d75.tar.gz
gnu: sshuttle: Update to 0.78.3.
* gnu/packages/vpn.scm (sshuttle): Update to 0.78.3.
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 87fea4a47a..063c8aacbe 100644
--- a/gnu/packages/vpn.scm
+++ b/gnu/packages/vpn.scm
@@ -209,14 +209,14 @@ private network between hosts on the internet.")
(define-public sshuttle
(package
(name "sshuttle")
- (version "0.78.1")
+ (version "0.78.3")
(source
(origin
(method url-fetch)
(uri (pypi-uri name version))
(sha256
(base32
- "0g1dpqigz02vafzh84z5990lnj9d95raknav0xmf0va7rr41d9q3"))))
+ "12xyq5h77b57cnkljdk8qyjxzys512b73019s20x6ck5brj1m8wa"))))
(build-system python-build-system)
(native-inputs
`(("python-pytest-runner" ,python-pytest-runner)