gnu: Add rust-nettle-5.

* gnu/packages/crates-io.scm (rust-nettle-5): New variable.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
John Soo 2020-06-18 14:50:52 -07:00 committed by Efraim Flashner
parent 529298bf95
commit 1c57384758
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -15900,6 +15900,20 @@ (define-public rust-nettle-7
cryptographic library.")
(license (list license:lgpl3 license:gpl2 license:gpl3))))
(define-public rust-nettle-5
(package
(inherit rust-nettle-7)
(version "5.0.3")
(source
(origin
(method url-fetch)
(uri (crate-uri "nettle" version))
(file-name
(string-append (package-name rust-nettle-7) "-" version ".tar.gz"))
(sha256
(base32 "0zfplqdf3mag8r7lc124hl24vri8yg711jmm8gl1mpwnlhass2n4"))
(patches (search-patches "rust-nettle-disable-vendor.patch"))))))
(define-public rust-nettle-sys-2
(package
(name "rust-nettle-sys")