gnu: rust-libssh2-sys-0.2: Update to 0.2.19.

* gnu/packages/crates-io.scm (rust-libssh2-sys-0.2): Update to 0.2.19.
This commit is contained in:
Efraim Flashner 2020-08-31 11:48:52 +03:00
parent 6d32c701e7
commit 6869d31183
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -12877,7 +12877,7 @@ (define-public rust-linked-hash-map-0.3
(define-public rust-libssh2-sys-0.2
(package
(name "rust-libssh2-sys")
(version "0.2.14")
(version "0.2.19")
(source
(origin
(method url-fetch)
@ -12885,7 +12885,7 @@ (define-public rust-libssh2-sys-0.2
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32
"042gsgbvxgm5by4mk906j3zm4qdvzcfhjxrb55is1lrr6f0nxain"))
"0mkhw4pksbz7gldj8hia7k6npc479n1x09i8r0pm275sac424ina"))
(modules '((guix build utils)))
(snippet
'(begin (delete-file-recursively "libssh2") #t))))