guix-commits
[Top][All Lists]
Advanced

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

09/18: gnu: Add rust-itoa-0.3.


From: guix-commits
Subject: 09/18: gnu: Add rust-itoa-0.3.
Date: Sun, 9 Feb 2020 05:14:40 -0500 (EST)

efraim pushed a commit to branch master
in repository guix.

commit 043cf489f73fb5ed4ab1dfe82355021e12a7f18d
Author: Valentin Ignatev <address@hidden>
AuthorDate: Wed Jan 15 03:26:55 2020 +0300

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

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index bb17849..eda55bb 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -5493,6 +5493,21 @@ primitives to an @code{io::Write}.")
     (license (list license:asl2.0
                    license:expat))))
 
+(define-public rust-itoa-0.3
+  (package
+    (inherit rust-itoa-0.4)
+    (name "rust-itoa")
+    (version "0.3.4")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (crate-uri "itoa" version))
+       (file-name
+        (string-append name "-" version ".tar.gz"))
+       (sha256
+        (base32
+         "136vwi6l2k1vrlvfx49lhficj813pk88xrcx1q3axqh1mwms6943"))))))
+
 (define-public rust-itoa-0.1
  (package
    (inherit rust-itoa-0.4)



reply via email to

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