guix-commits
[Top][All Lists]
Advanced

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

06/18: gnu: Add rust-approx-0.1.


From: guix-commits
Subject: 06/18: gnu: Add rust-approx-0.1.
Date: Sun, 9 Feb 2020 05:14:39 -0500 (EST)

efraim pushed a commit to branch master
in repository guix.

commit 835c854b5dcbded8e5893cdf1bd7d126f77a833c
Author: Valentin Ignatev <address@hidden>
AuthorDate: Wed Jan 15 03:23:44 2020 +0300

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

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index fd78a88..3ad1931 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -299,6 +299,22 @@ text or blue underlined text, on ANSI terminals.")
      "Approximate floating point equality comparisons and assertions.")
     (license license:asl2.0)))
 
+(define-public rust-approx-0.1
+  (package
+    (inherit rust-approx-0.3)
+    (name "rust-approx")
+    (version "0.1.1")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (crate-uri "approx" version))
+       (file-name
+        (string-append name "-" version ".tar.gz"))
+       (sha256
+        (base32
+         "153awzwywmb61xg857b80l63b1x6hifx2pha7lxf6fck9qxwraq8"))))
+    (arguments '())))
+
 (define-public rust-arc-swap-0.3
   (package
     (name "rust-arc-swap")



reply via email to

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