From: Hilton Chain via Guix-patches via <guix-patches@gnu.org>
To: 64331@debbugs.gnu.org
Cc: Hilton Chain <hako@ultrarare.space>
Subject: [bug#64331] [PATCH] gnu: libssh: Update to 0.10.5.
Date: Thu, 29 Jun 2023 01:57:44 +0800 [thread overview]
Message-ID: <003c56107fc65fea0de79ae690cbbd90bbdf5a4d.1687975049.git.hako@ultrarare.space> (raw)
* gnu/packages/ssh.scm (libssh): Update to 0.10.5.
---
gnu/packages/ssh.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/ssh.scm b/gnu/packages/ssh.scm
index b973efc291..0ac9d78482 100644
--- a/gnu/packages/ssh.scm
+++ b/gnu/packages/ssh.scm
@@ -132,7 +132,7 @@ (define-public hss
(define-public libssh
(package
(name "libssh")
- (version "0.10.4")
+ (version "0.10.5")
(source (origin
(method url-fetch)
(uri (string-append "https://www.libssh.org/files/"
@@ -140,7 +140,7 @@ (define-public libssh
"/libssh-" version ".tar.xz"))
(sha256
(base32
- "0zfr9fy4vg1bmz1k836hg9wi20mmaz2sgw61s6464iv1mda2qf87"))
+ "0d22gq77ga24ijlgr3d1wvhfvprx61iklkb3npifxfb7ygvjy3mn"))
(modules '((guix build utils)))
(snippet
;; 'PATH_MAX' is undefined on GNU/Hurd; work around it.
base-commit: b24a05830d11e3011eee4bc5f60a41e26188cde1
--
2.40.1
next reply other threads:[~2023-06-28 17:59 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-06-28 17:57 Hilton Chain via Guix-patches via [this message]
2023-07-01 7:16 ` [bug#64331] [PATCH] gnu: libssh: Update to 0.10.5 Christopher Baines
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=003c56107fc65fea0de79ae690cbbd90bbdf5a4d.1687975049.git.hako@ultrarare.space \
--to=guix-patches@gnu.org \
--cc=64331@debbugs.gnu.org \
--cc=hako@ultrarare.space \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.