guix-commits
[Top][All Lists]
Advanced

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

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


From: guix-commits
Subject: 154/470: gnu: Add rust-botan-src-0.21703.
Date: Thu, 16 Mar 2023 03:00:51 -0400 (EDT)

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

commit 9952fdfc2cbc705a4ca46e19cba51c5cde040fbe
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 95087692ea..f3f248667a 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]