mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-28 15:22:18 -05:00
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:
parent
529298bf95
commit
1c57384758
1 changed files with 14 additions and 0 deletions
|
@ -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")
|
||||
|
|
Loading…
Reference in a new issue