guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

10/45: gnu: Add rust-nettle-5.


From: guix-commits
Subject: 10/45: gnu: Add rust-nettle-5.
Date: Sun, 22 Nov 2020 12:49:38 -0500 (EST)

efraim pushed a commit to branch master
in repository guix.

commit 1c573847586c557bd6199a5976e5ed0ddcdee118
Author: John Soo <jsoo1@asu.edu>
AuthorDate: Thu Jun 18 14:50:52 2020 -0700

    gnu: Add rust-nettle-5.
    
    * gnu/packages/crates-io.scm (rust-nettle-5): New variable.
    
    Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
---
 gnu/packages/crates-io.scm | 14 ++++++++++++++
 1 file changed, 14 insertions(+)

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 99c0f04..8d3d7fd 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -15900,6 +15900,20 @@ types as proposed in RFC 1158.")
 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")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]