gnu: sshoot: Update to 1.2.6.

* gnu/packages/vpn.scm (sshoot): Update to 1.2.6.
[home-page]: Update to new project home.
This commit is contained in:
Tobias Geerinckx-Rice 2017-08-04 04:20:04 +02:00
parent f58be41761
commit 3b4018d6f2
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 3 additions and 3 deletions

View File

@ -239,14 +239,14 @@ DNS domain name queries.")
(define-public sshoot (define-public sshoot
(package (package
(name "sshoot") (name "sshoot")
(version "1.2.5") (version "1.2.6")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (pypi-uri name version)) (uri (pypi-uri name version))
(sha256 (sha256
(base32 (base32
"0a92lk8790dpp9j64vb6p4sazax0x3nby01lnfll7mxs1hx6n27q")))) "1ccgh0hjyxrwkgy3hnxz3hgbjbs0lmfs25d5l5jam0xbpcpj63h0"))))
(build-system python-build-system) (build-system python-build-system)
(arguments (arguments
'(#:phases '(#:phases
@ -265,7 +265,7 @@ DNS domain name queries.")
`(("python-fixtures" ,python-fixtures) `(("python-fixtures" ,python-fixtures)
("python-pbr" ,python-pbr) ("python-pbr" ,python-pbr)
("python-testtools" ,python-testtools))) ("python-testtools" ,python-testtools)))
(home-page "https://bitbucket.org/ack/sshoot") (home-page "https://github.com/albertodonato/sshoot")
(synopsis "sshuttle VPN session manager") (synopsis "sshuttle VPN session manager")
(description "sshoot provides a command-line interface to manage multiple (description "sshoot provides a command-line interface to manage multiple
@command{sshuttle} virtual private networks. It supports flexible profiles @command{sshuttle} virtual private networks. It supports flexible profiles