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.
This commit is contained in:
parent
89339a35bd
commit
627c6531f0
|
@ -332,14 +332,14 @@ private network between hosts on the internet.")
|
||||||
(define-public sshuttle
|
(define-public sshuttle
|
||||||
(package
|
(package
|
||||||
(name "sshuttle")
|
(name "sshuttle")
|
||||||
(version "0.78.4")
|
(version "0.78.5")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri name version))
|
(uri (pypi-uri name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0pqk43kd7crqhg6qgnl8kapncwgw1xgaf02zarzypcw64kvdih9h"))))
|
"0vp13xwrhx4m6zgsyzvai84lkq9mzkaw47j58dk0ll95kaymk2x8"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:phases
|
`(#:phases
|
||||||
|
@ -354,8 +354,9 @@ private network between hosts on the internet.")
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("python-setuptools-scm" ,python-setuptools-scm)
|
`(("python-setuptools-scm" ,python-setuptools-scm)
|
||||||
;; For tests only.
|
;; For tests only.
|
||||||
|
("python-flake8", python-flake8)
|
||||||
("python-mock" ,python-mock)
|
("python-mock" ,python-mock)
|
||||||
("python-pytest" ,python-pytest)
|
("python-pytest-cov" ,python-pytest-cov)
|
||||||
("python-pytest-runner" ,python-pytest-runner)))
|
("python-pytest-runner" ,python-pytest-runner)))
|
||||||
(home-page "https://github.com/sshuttle/sshuttle")
|
(home-page "https://github.com/sshuttle/sshuttle")
|
||||||
(synopsis "VPN that transparently forwards connections over SSH")
|
(synopsis "VPN that transparently forwards connections over SSH")
|
||||||
|
|
Loading…
Reference in New Issue