Archived
1
0
Fork 0

gnu: Add rust-more-asserts-0.2.

* gnu/packages/crates-io.scm (rust-more-asserts-0.2): New variable.

Change-Id: I802cd0af4b3504333a2df085f8db73d56d02792d
This commit is contained in:
Efraim Flashner 2024-03-16 22:00:00 +02:00
parent f333b51453
commit 318fc08505
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -39647,6 +39647,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")