Skip to content
Snippets Groups Projects
Commit c27d8597 authored by Mark H Weaver's avatar Mark H Weaver
Browse files

gnu: libssh: Upgrade to 0.6.3.

* gnu/packages/ssh.scm (libssh): Upgrade to 0.6.3.
parent b0364911
No related branches found
No related tags found
No related merge requests found
......@@ -38,14 +38,14 @@ (define-module (gnu packages ssh)
(define-public libssh
(package
(name "libssh")
(version "0.5.5")
(version "0.6.3")
(source (origin
(method url-fetch)
(uri (string-append "https://red.libssh.org/attachments/download/51/libssh-"
version ".tar.gz"))
(uri (string-append "https://red.libssh.org/attachments/download/87/libssh-"
version ".tar.xz"))
(sha256
(base32
"17cfdff4hc0ijzrr15biq29fiabafz0bw621zlkbwbc1zh2hzpy0"))))
"1jyaj9h1iglvn02hrvcchbx8ycjpj8b91h8mi459k7q5jp2xgd9b"))))
(build-system cmake-build-system)
(arguments
'(#:configure-flags '("-DWITH_GCRYPT=ON"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment