mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: sshuttle: Update to 0.78.3.
* gnu/packages/vpn.scm (sshuttle): Update to 0.78.3.
This commit is contained in:
parent
5143517c99
commit
447f75825f
1 changed files with 2 additions and 2 deletions
|
@ -209,14 +209,14 @@ (define-public tinc
|
||||||
(define-public sshuttle
|
(define-public sshuttle
|
||||||
(package
|
(package
|
||||||
(name "sshuttle")
|
(name "sshuttle")
|
||||||
(version "0.78.1")
|
(version "0.78.3")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri name version))
|
(uri (pypi-uri name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0g1dpqigz02vafzh84z5990lnj9d95raknav0xmf0va7rr41d9q3"))))
|
"12xyq5h77b57cnkljdk8qyjxzys512b73019s20x6ck5brj1m8wa"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("python-pytest-runner" ,python-pytest-runner)
|
`(("python-pytest-runner" ,python-pytest-runner)
|
||||||
|
|
Loading…
Reference in a new issue