gnu: sshpass: Update to 1.09.
* gnu/packages/ssh.scm (sshpass): Update to 1.09. Re-order fields.
This commit is contained in:
parent
3eb84a488e
commit
f43a652d4c
1 changed files with 5 additions and 6 deletions
|
@ -4,7 +4,7 @@
|
||||||
;;; Copyright © 2014, 2015, 2016 Mark H Weaver <mhw@netris.org>
|
;;; Copyright © 2014, 2015, 2016 Mark H Weaver <mhw@netris.org>
|
||||||
;;; Copyright © 2015, 2016, 2018, 2019 Efraim Flashner <efraim@flashner.co.il>
|
;;; Copyright © 2015, 2016, 2018, 2019 Efraim Flashner <efraim@flashner.co.il>
|
||||||
;;; Copyright © 2016, 2019 Leo Famulari <leo@famulari.name>
|
;;; Copyright © 2016, 2019 Leo Famulari <leo@famulari.name>
|
||||||
;;; Copyright © 2016 Nicolas Goaziou <mail@nicolasgoaziou.fr>
|
;;; Copyright © 2016, 2021 Nicolas Goaziou <mail@nicolasgoaziou.fr>
|
||||||
;;; Copyright © 2016 Christopher Allan Webber <cwebber@dustycloud.org>
|
;;; Copyright © 2016 Christopher Allan Webber <cwebber@dustycloud.org>
|
||||||
;;; Copyright © 2017, 2018, 2019, 2020 Tobias Geerinckx-Rice <me@tobias.gr>
|
;;; Copyright © 2017, 2018, 2019, 2020 Tobias Geerinckx-Rice <me@tobias.gr>
|
||||||
;;; Copyright © 2017 Stefan Reichör <stefan@xsteve.at>
|
;;; Copyright © 2017 Stefan Reichör <stefan@xsteve.at>
|
||||||
|
@ -665,18 +665,17 @@ manipulating key files.")
|
||||||
(define-public sshpass
|
(define-public sshpass
|
||||||
(package
|
(package
|
||||||
(name "sshpass")
|
(name "sshpass")
|
||||||
(version "1.06")
|
(version "1.09")
|
||||||
(synopsis "Non-interactive password authentication with SSH")
|
|
||||||
(home-page "https://sourceforge.net/projects/sshpass/")
|
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "mirror://sourceforge/sshpass/sshpass/"
|
(uri (string-append "mirror://sourceforge/sshpass/sshpass/"
|
||||||
version "/sshpass-" version ".tar.gz"))
|
version "/sshpass-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32 "1dwzqknpswa8vjlbwsx9rcq1j2a7px9h9i2anh09pzkz0mg6wx3i"))))
|
||||||
"0q7fblaczb7kwbsz0gdy9267z0sllzgmf0c7z5c9mf88wv74ycn6"))))
|
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
|
(home-page "https://sourceforge.net/projects/sshpass/")
|
||||||
|
(synopsis "Non-interactive password authentication with SSH")
|
||||||
(description "sshpass is a tool for non-interactively performing password
|
(description "sshpass is a tool for non-interactively performing password
|
||||||
authentication with SSH's so-called @dfn{interactive keyboard password
|
authentication with SSH's so-called @dfn{interactive keyboard password
|
||||||
authentication}.")
|
authentication}.")
|
||||||
|
|
Reference in a new issue