gnu: sshuttle: Update to 0.78.3.

* gnu/packages/vpn.scm (sshuttle): Update to 0.78.3.
This commit is contained in:
Tobias Geerinckx-Rice 2017-07-09 01:59:25 +02:00
parent 5143517c99
commit 447f75825f
No known key found for this signature in database
GPG key ID: 91CCDB9B48541B99

View file

@ -209,14 +209,14 @@ (define-public tinc
(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)