guix-commits
[Top][All Lists]
Advanced

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

26/39: gnu: Add rust-hex-literal-0.1.


From: guix-commits
Subject: 26/39: gnu: Add rust-hex-literal-0.1.
Date: Sun, 23 Feb 2020 15:23:40 -0500 (EST)

efraim pushed a commit to branch master
in repository guix.

commit dd6e098281abde0a97dad33877cceeffc1f3726a
Author: Valentin Ignatev <address@hidden>
AuthorDate: Sun Jan 19 22:28:54 2020 +0300

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

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 7264ed1..bd033dd 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -5996,6 +5996,25 @@ hexadecimal representation.")
 compile time.")
     (license (list license:asl2.0 license:expat))))
 
+(define-public rust-hex-literal-0.1
+  (package
+    (inherit rust-hex-literal-0.2)
+    (name "rust-hex-literal")
+    (version "0.1.4")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (crate-uri "hex-literal" version))
+       (file-name
+        (string-append name "-" version ".tar.gz"))
+       (sha256
+        (base32
+         "0ffnn5g9q5xhdmzj2ic5hk9y18kyqflbmqcssqcya9gixs5r5hnx"))))
+    (arguments
+     `(#:cargo-inputs
+       (("rust-hex-literal-impl" ,rust-hex-literal-impl-0.1)
+        ("rust-proc-macro-hack" ,rust-proc-macro-hack-0.4))))))
+
 (define-public rust-hex-literal-impl-0.2
   (package
     (name "rust-hex-literal-impl")



reply via email to

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