guix-commits
[Top][All Lists]
Advanced

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

157/330: gnu: Add rust-more-asserts-0.2.


From: guix-commits
Subject: 157/330: gnu: Add rust-more-asserts-0.2.
Date: Mon, 18 Mar 2024 07:15:56 -0400 (EDT)

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

commit c8184609e20917e94f55ff7a88d75e38e7d1957e
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Sat Mar 16 22:00:00 2024 +0200

    gnu: Add rust-more-asserts-0.2.
    
    * gnu/packages/crates-io.scm (rust-more-asserts-0.2): New variable.
    
    Change-Id: I802cd0af4b3504333a2df085f8db73d56d02792d
---
 gnu/packages/crates-io.scm | 14 ++++++++++++++
 1 file changed, 14 insertions(+)

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 34a2377e11..4c76a25cf2 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -39495,6 +39495,20 @@ select the mock struct at compile time.  Used with the 
Mockall crate.")
 debug_assert_* macros.")
     (license (list license:unlicense license:expat license:asl2.0 
license:cc0))))
 
+(define-public rust-more-asserts-0.2
+  (package
+    (inherit rust-more-asserts-0.3)
+    (name "rust-more-asserts")
+    (version "0.2.2")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (crate-uri "more-asserts" version))
+       (file-name (string-append name "-" version ".tar.gz"))
+       (sha256
+        (base32 "12b3fypg2sr4qmxy6wiyx6k9sdg573f5ij98cdmbrg00whnyqhvq"))))
+    (license license:cc0)))
+
 (define-public rust-mozim-0.2
   (package
     (name "rust-mozim")



reply via email to

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