guix-commits
[Top][All Lists]
Advanced

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

154/281: gnu: Add rust-botan-src-0.21703.


From: guix-commits
Subject: 154/281: gnu: Add rust-botan-src-0.21703.
Date: Wed, 22 Feb 2023 05:41:05 -0500 (EST)

efraim pushed a commit to branch rust-team
in repository guix.

commit f6fa45ddac7c7bdd920e8fec10d03c2a068ff05a
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Wed Feb 22 10:22:52 2023 +0200

    gnu: Add rust-botan-src-0.21703.
    
    * gnu/packages/crates-io.scm (rust-botan-src-0.21703): New variable.
---
 gnu/packages/crates-io.scm | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 90f5e186d5..2863e41c80 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -7807,6 +7807,27 @@ programs.")
         ("rust-parking" ,rust-parking-1)
         ("rust-waker-fn" ,rust-waker-fn-1))))))
 
+(define-public rust-botan-src-0.21703
+  (package
+    (name "rust-botan-src")
+    (version "0.21703.0")
+    (source (origin
+              (method url-fetch)
+              (uri (crate-uri "botan-src" version))
+              (file-name (string-append name "-" version ".tar.gz"))
+              (sha256
+               (base32
+                "0s2ad9q84qsrllfsbj7hjhn7gr3hab9ng6lwzwqmimia6yvja8y8"))
+              (modules '((guix build utils)))
+              (snippet
+               '(begin (delete-file-recursively "botan")))))
+    (build-system cargo-build-system)
+    (arguments '(#:skip-build? #t))
+    (home-page "https://botan.randombit.net/";)
+    (synopsis "Sources of Botan cryptography library")
+    (description "Sources of Botan cryptography library")
+    (license license:expat)))
+
 (define-public rust-boxfnonce-0.1
   (package
     (name "rust-boxfnonce")



reply via email to

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