gnu: webssh: Update to 1.5.3.

* gnu/packages/ssh.scm (webssh): Update to 1.5.3.
This commit is contained in:
Oleg Pykhalov 2020-11-29 21:33:27 +03:00
parent 6970d3591d
commit 5fb3be0ec4
No known key found for this signature in database
GPG key ID: 167F8EA5001AFA9C

View file

@ -878,7 +878,7 @@ (define-public endlessh
(define-public webssh
(package
(name "webssh")
(version "1.5.2")
(version "1.5.3")
(source (origin
(method git-fetch)
(uri (git-reference
@ -887,7 +887,7 @@ (define-public webssh
(file-name (git-file-name name version))
(sha256
(base32
"1l4bwzaifsd6pl120d400qkhvaznj2ck1lvwg76ycb08jsk6gpaz"))))
"1bcy9flrzbvams5p77swwiygv54ac58ia7hpic1bvg30b3wpvv7b"))))
(build-system python-build-system)
(propagated-inputs
`(("python-paramiko" ,python-paramiko)