gnu: webssh: Update to 1.5.3.
* gnu/packages/ssh.scm (webssh): Update to 1.5.3.master
parent
6970d3591d
commit
5fb3be0ec4
|
@ -878,7 +878,7 @@ clients at a time.")
|
||||||
(define-public webssh
|
(define-public webssh
|
||||||
(package
|
(package
|
||||||
(name "webssh")
|
(name "webssh")
|
||||||
(version "1.5.2")
|
(version "1.5.3")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
|
@ -887,7 +887,7 @@ clients at a time.")
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1l4bwzaifsd6pl120d400qkhvaznj2ck1lvwg76ycb08jsk6gpaz"))))
|
"1bcy9flrzbvams5p77swwiygv54ac58ia7hpic1bvg30b3wpvv7b"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("python-paramiko" ,python-paramiko)
|
`(("python-paramiko" ,python-paramiko)
|
||||||
|
|
Reference in New Issue