guix-commits
[Top][All Lists]
Advanced

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

05/26: gnu: Add rust-tap-1.


From: guix-commits
Subject: 05/26: gnu: Add rust-tap-1.
Date: Sun, 3 Jan 2021 06:01:27 -0500 (EST)

efraim pushed a commit to branch master
in repository guix.

commit 2c860bf11f3fe85247ee65e308014ce70c89fe90
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Sun Jan 3 11:10:00 2021 +0200

    gnu: Add rust-tap-1.
    
    * gnu/packages/crates-io.scm (rust-tap-1): New variable.
---
 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 75bc1d4..e013cb3 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -30664,6 +30664,26 @@ that exposes the same functionality at the command 
line.")
      "This package provides a small wrapper around option.")
     (license (list license:asl2.0 license:expat))))
 
+(define-public rust-tap-1
+  (package
+    (name "rust-tap")
+    (version "1.0.0")
+    (source
+      (origin
+        (method url-fetch)
+        (uri (crate-uri "tap" version))
+        (file-name
+         (string-append name "-" version ".tar.gz"))
+        (sha256
+         (base32
+          "13h7rw3zg3qyb4wrri8l6xbd1wrxd2rq29sqxnkd7zqs5mrlwirn"))))
+    (build-system cargo-build-system)
+    (home-page "https://github.com/myrrlyn/tap";)
+    (synopsis "Generic extensions for tapping values in Rust")
+    (description
+     "This package provides generic extensions for tapping values in Rust.")
+    (license license:expat)))
+
 (define-public rust-tar-0.4
   (package
     (name "rust-tar")



reply via email to

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