guix-commits
[Top][All Lists]
Advanced

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

09/23: gnu: Add rust-itoa-0.1.


From: guix-commits
Subject: 09/23: gnu: Add rust-itoa-0.1.
Date: Tue, 17 Sep 2019 12:40:35 -0400 (EDT)

efraim pushed a commit to branch master
in repository guix.

commit c5d250d5dcc9889b1b0405a03f35292b61c5bc74
Author: Efraim Flashner <address@hidden>
Date:   Tue Sep 17 16:17:16 2019 +0300

    gnu: Add rust-itoa-0.1.
    
    * gnu/packages/crates-io.scm (rust-itoa-0.1): New variable.
---
 gnu/packages/crates-io.scm | 14 ++++++++++++++
 1 file changed, 14 insertions(+)

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 33357ab..56b3f88 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -1276,6 +1276,20 @@ primitives to an @code{io::Write}.")
     (license (list license:asl2.0
                    license:expat))))
 
+(define-public rust-itoa-0.1
+ (package
+   (inherit rust-itoa)
+   (name "rust-itoa")
+   (version "0.1.1")
+   (source
+     (origin
+       (method url-fetch)
+       (uri (crate-uri "itoa" version))
+       (file-name (string-append name "-" version ".tar.gz"))
+       (sha256
+        (base32
+         "18g7p2hrb3dk84z3frfgmszfc9hjb4ps9vp99qlb1kmf9gm8hc5f"))))))
+
 (define-public rust-jemalloc-sys
   (package
     (name "rust-jemalloc-sys")



reply via email to

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