guix-commits
[Top][All Lists]
Advanced

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

04/19: gnu: Add rust-section-testing-0.0.


From: guix-commits
Subject: 04/19: gnu: Add rust-section-testing-0.0.
Date: Mon, 22 Jun 2020 07:20:22 -0400 (EDT)

efraim pushed a commit to branch master
in repository guix.

commit 5247f79db6ac80bce4762c5662de6e4fd3ac8f5f
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Mon Jun 22 10:09:31 2020 +0300

    gnu: Add rust-section-testing-0.0.
    
    * gnu/packages/crates-io.scm (rust-section-testing-0.0): 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 424786d..b57bb40 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -20210,6 +20210,26 @@ Pwrite traits from the scroll crate.")
 proven statistical guarantees.")
     (license license:expat)))
 
+(define-public rust-section-testing-0.0
+  (package
+    (name "rust-section-testing")
+    (version "0.0.4")
+    (source
+      (origin
+        (method url-fetch)
+        (uri (crate-uri "section-testing" version))
+        (file-name
+         (string-append name "-" version ".tar.gz"))
+        (sha256
+         (base32
+          "0a1zwpcs2dqhky2wd8y82cm25l3s9i5dbyn4ypgmvdysizcxgr7c"))))
+    (build-system cargo-build-system)
+    (home-page "https://github.com/evanw/section_testing";)
+    (synopsis "Library for section-style testing")
+    (description
+     "This package provides a library for section-style testing.")
+    (license license:expat)))
+
 (define-public rust-security-framework-0.3
   (package
     (name "rust-security-framework")



reply via email to

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