guix-commits
[Top][All Lists]
Advanced

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

410/472: gnu: Add rust-ref-cast-test-suite-0.0.0.


From: guix-commits
Subject: 410/472: gnu: Add rust-ref-cast-test-suite-0.0.0.
Date: Tue, 18 Jul 2023 14:09:51 -0400 (EDT)

efraim pushed a commit to branch rust-team
in repository guix.

commit 7930b888840a8f1eddac474713a8d021ab5ed79b
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Thu Jul 13 18:44:22 2023 +0300

    gnu: Add rust-ref-cast-test-suite-0.0.0.
    
    * gnu/packages/crates-io.scm (rust-ref-cast-test-suite-0.0.0): New variable.
---
 gnu/packages/crates-io.scm | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 8c8d1937db..cabc29261c 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -51598,6 +51598,24 @@ initial value.")
         (base32
          "0av43xxjlinfqklb67rpj217cmaxfjsf8151gs0hbs4hnr5664ck"))))))
 
+(define-public rust-ref-cast-test-suite-0.0.0
+  (package
+    (name "rust-ref-cast-test-suite")
+    (version "0.0.0")
+    (source (origin
+              (method url-fetch)
+              (uri (crate-uri "ref-cast-test-suite" version))
+              (file-name (string-append name "-" version ".tar.gz"))
+              (sha256
+               (base32
+                "0cx15bhs8zq99qidrhjmjhc5krlfclcaq0y5c68pq48vlds72idl"))))
+    (build-system cargo-build-system)
+    (arguments (list #:skip-build? #t))
+    (home-page "https://github.com/dtolnay/ref-cast";)
+    (synopsis "Test suite of the ref-cast crate")
+    (description "Test suite of the ref-cast crate.")
+    (license (list license:expat license:asl2.0))))
+
 (define-public rust-refpool-0.4
   (package
     (name "rust-refpool")



reply via email to

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