mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: Add rust-section-testing-0.0.
* gnu/packages/crates-io.scm (rust-section-testing-0.0): New variable.
This commit is contained in:
parent
7c6948c71e
commit
5247f79db6
1 changed files with 20 additions and 0 deletions
|
@ -20210,6 +20210,26 @@ (define-public rust-seahash-3.0
|
|||
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")
|
||||
|
|
Loading…
Reference in a new issue