guix-commits
[Top][All Lists]
Advanced

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

239/299: gnu: Add rust-precomputed-hash-0.1.


From: guix-commits
Subject: 239/299: gnu: Add rust-precomputed-hash-0.1.
Date: Thu, 2 Jan 2020 13:19:55 -0500 (EST)

efraim pushed a commit to branch master
in repository guix.

commit f0a4158583014ab0e8c47db7094352786f476ebb
Author: John Soo <address@hidden>
Date:   Thu Dec 19 10:35:52 2019 -0800

    gnu: Add rust-precomputed-hash-0.1.
    
    * gnu/packages/crates-io.scm (rust-precomputed-hash-0.1): New variable.
    
    Signed-off-by: Efraim Flashner <address@hidden>
---
 gnu/packages/crates-io.scm | 24 ++++++++++++++++++++++++
 1 file changed, 24 insertions(+)

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 5230dbd..8dd8a78 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -6701,6 +6701,30 @@ for x86.")
     (license (list license:asl2.0
                    license:expat))))
 
+(define-public rust-precomputed-hash-0.1
+  (package
+    (name "rust-precomputed-hash")
+    (version "0.1.1")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (crate-uri "precomputed-hash" version))
+       (file-name
+        (string-append name "-" version ".tar.gz"))
+       (sha256
+        (base32
+         "075k9bfy39jhs53cb2fpb9klfakx2glxnf28zdw08ws6lgpq6lwj"))))
+    (build-system cargo-build-system)
+    (arguments `(#:skip-build? #t))
+    (home-page
+     "https://github.com/emilio/precomputed-hash";)
+    (synopsis
+     "Base dependency to expose a precomputed hash")
+    (description
+     "This package provides a library intending to be a base
+dependency to expose a precomputed hash.")
+    (license license:expat)))
+
 ;; Cyclic dependencies with rust-demo-hack.
 (define-public rust-proc-macro-hack-0.5
   (package



reply via email to

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