guix-commits
[Top][All Lists]
Advanced

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

12/19: gnu: Add rust-takeable-option-0.4.


From: guix-commits
Subject: 12/19: gnu: Add rust-takeable-option-0.4.
Date: Tue, 11 Feb 2020 15:29:03 -0500 (EST)

efraim pushed a commit to branch master
in repository guix.

commit dcd721d08d0de2630e52b24b012258b5cf89ab34
Author: Valentin Ignatev <address@hidden>
AuthorDate: Wed Jan 15 03:44:26 2020 +0300

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

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 9e6d0bc..529c5a3 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -12502,6 +12502,26 @@ memory all at once.")
     (license (list license:asl2.0
                    license:expat))))
 
+(define-public rust-takeable-option-0.4
+  (package
+    (name "rust-takeable-option")
+    (version "0.4.0")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (crate-uri "takeable-option" version))
+       (file-name
+        (string-append name "-" version ".tar.gz"))
+       (sha256
+        (base32
+         "0hvd6vk4ksgg2y99498jw52ric4lxm0i6ygpzqm95gdrhvsxyynp"))))
+    (build-system cargo-build-system)
+    (home-page "https://docs.rs/takeable-option/";)
+    (synopsis "A small wrapper around option.")
+    (description
+     "This package provides a small wrapper around option.")
+    (license (list license:asl2.0 license:expat))))
+
 (define-public rust-tempdir-0.3
   (package
     (name "rust-tempdir")



reply via email to

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