emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#61621: closed ([PATCH] gnu: sshpass: Update to 1.10.)


From: GNU bug Tracking System
Subject: bug#61621: closed ([PATCH] gnu: sshpass: Update to 1.10.)
Date: Thu, 23 Feb 2023 14:34:02 +0000

Your message dated Thu, 23 Feb 2023 15:32:59 +0100
with message-id <87y1ooo3j8.fsf@nicolasgoaziou.fr>
and subject line Re: [bug#61621] [PATCH] gnu: sshpass: Update to 1.10.
has caused the debbugs.gnu.org bug report #61621,
regarding [PATCH] gnu: sshpass: Update to 1.10.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
61621: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=61621
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] gnu: sshpass: Update to 1.10. Date: Sun, 19 Feb 2023 11:19:19 +0100
* gnu/packages/ssh.scm (sshpass): Update to 1.10.
---
 gnu/packages/ssh.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/ssh.scm b/gnu/packages/ssh.scm
index 685b5b039a..22cf0e2d45 100644
--- a/gnu/packages/ssh.scm
+++ b/gnu/packages/ssh.scm
@@ -4,7 +4,7 @@
 ;;; Copyright © 2014, 2015, 2016 Mark H Weaver <mhw@netris.org>
 ;;; Copyright © 2015, 2016, 2018, 2019, 2020, 2021, 2022 Efraim Flashner 
<efraim@flashner.co.il>
 ;;; Copyright © 2016, 2019 Leo Famulari <leo@famulari.name>
-;;; Copyright © 2016, 2021 Nicolas Goaziou <mail@nicolasgoaziou.fr>
+;;; Copyright © 2016, 2021, 2023 Nicolas Goaziou <mail@nicolasgoaziou.fr>
 ;;; Copyright © 2016 Christine Lemmer-Webber <cwebber@dustycloud.org>
 ;;; Copyright © 2017–2021 Tobias Geerinckx-Rice <me@tobias.gr>
 ;;; Copyright © 2017 Stefan Reichör <stefan@xsteve.at>
@@ -695,14 +695,14 @@ (define-public lsh
 (define-public sshpass
   (package
     (name "sshpass")
-    (version "1.09")
+    (version "1.10")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "mirror://sourceforge/sshpass/sshpass/"
                            version "/sshpass-" version ".tar.gz"))
        (sha256
-        (base32 "1dwzqknpswa8vjlbwsx9rcq1j2a7px9h9i2anh09pzkz0mg6wx3i"))))
+        (base32 "1npfvxxqs77qg6l4s6cn8q3b98zwr9n8rb9vra2n3dfb0g10c4dd"))))
     (build-system gnu-build-system)
     (home-page "https://sourceforge.net/projects/sshpass/";)
     (synopsis "Non-interactive password authentication with SSH")

base-commit: 2fb42567ebd37cb63c431100021e1a895a2ff4b6
-- 
2.39.1




--- End Message ---
--- Begin Message --- Subject: Re: [bug#61621] [PATCH] gnu: sshpass: Update to 1.10. Date: Thu, 23 Feb 2023 15:32:59 +0100 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.2 (gnu/linux)
Nicolas Goaziou <mail@nicolasgoaziou.fr> writes:

> * gnu/packages/ssh.scm (sshpass): Update to 1.10.

Already applied. Closing.


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]