guix-commits
[Top][All Lists]
Advanced

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

32/85: gnu: Add rust-hex-0.2.


From: guix-commits
Subject: 32/85: gnu: Add rust-hex-0.2.
Date: Tue, 5 May 2020 07:56:22 -0400 (EDT)

htgoebel pushed a commit to branch master
in repository guix.

commit fea64a43ad36c3ec536d944103f11ead73090bd4
Author: Hartmut Goebel <address@hidden>
AuthorDate: Sun Apr 19 22:06:21 2020 +0200

    gnu: Add rust-hex-0.2.
    
    * gnu/packages/crates-io.scm (rust-hex-0.2): New variable.
---
 gnu/packages/crates-io.scm | 13 +++++++++++++
 1 file changed, 13 insertions(+)

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 618a01f..3af7b4d 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -9611,6 +9611,19 @@ hexadecimal representation.")
          (base32
           "0xsdcjiik5j750j67zk42qdnmm4ahirk3gmkmcqgq7qls2jjcl40"))))))
 
+(define-public rust-hex-0.2
+  (package
+    (inherit rust-hex-0.4)
+    (name "rust-hex")
+    (version "0.2.0")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (crate-uri "hex" version))
+       (file-name (string-append name "-" version ".crate"))
+       (sha256
+        (base32 "1ajkw40qzn2ygnqjj9w584f6l31wi318258n84pn2hax8la2i8nn"))))))
+
 (define-public rust-hex-literal-0.2
   (package
     (name "rust-hex-literal")



reply via email to

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