guix-commits
[Top][All Lists]
Advanced

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

112/470: gnu: Add rust-cargon-0.0.


From: guix-commits
Subject: 112/470: gnu: Add rust-cargon-0.0.
Date: Thu, 16 Mar 2023 03:00:36 -0400 (EDT)

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

commit d23803a916f4934e2460c96c1c8dca010e3ae174
Author: Paul Alesius <paul@unnservice.com>
AuthorDate: Wed Feb 8 14:22:15 2023 -0500

    gnu: Add rust-cargon-0.0.
    
    * gnu/packages/crates-io.scm (rust-cargon-0.0): New variable.
    
    Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
---
 gnu/packages/crates-io.scm | 23 +++++++++++++++++++++++
 1 file changed, 23 insertions(+)

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index c4fc6ef5bf..2c4522bf74 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -9568,6 +9568,29 @@ supported by Cargo.")
     (description "Miscellaneous support code used by Cargo.")
     (license (list license:expat license:asl2.0))))
 
+(define-public rust-cargon-0.0
+  (package
+    (name "rust-cargon")
+    (version "0.0.1")
+    (source
+      (origin
+        (method url-fetch)
+        (uri (crate-uri "cargon" version))
+        (file-name (string-append name "-" version ".tar.gz"))
+        (sha256
+         (base32
+          "1cszlab7jk736p0lb50ag4l9nv72m7j41bwrmygl0lr4iz0350w2"))))
+    (build-system cargo-build-system)
+    (arguments
+     `(#:cargo-inputs
+       (("rust-gcc" ,rust-gcc-0.3))))
+    (home-page "https://github.com/bryant/argon2rs";)
+    (synopsis "Thin wrapper around the Argon2 C library")
+    (description
+     "This package provides a thin wrapper around the Argon2 C library.  It is
+used in argon2rs' bench suite.")
+    (license license:wtfpl2)))
+
 (define-public rust-cassowary-0.3
   (package
     (name "rust-cassowary")



reply via email to

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