mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
gnu: rust-assert-0.7: Update to 0.7.5.
* gnu/packages/crates-io.scm (rust-assert-0.7): Update to 0.7.5. Change-Id: I783290ca3ea6080b520dbba075ea33174e9e781e
This commit is contained in:
parent
d159ecb2b6
commit
dc3f9cbda5
1 changed files with 2 additions and 2 deletions
|
@ -4303,14 +4303,14 @@ (define-public rust-ascii-utils-0.9
|
|||
(define-public rust-assert-0.7
|
||||
(package
|
||||
(name "rust-assert")
|
||||
(version "0.7.4")
|
||||
(version "0.7.5")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "assert" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "1hnph97yz3hpf71s4rdzcrgd492d1m7rj0k48ymxl1w5d2g8v450"))))
|
||||
(base32 "1fxwnw8ypr6i6bxsy4ggzpjb70aysl044nfzyl3q8kyyv25zqisn"))))
|
||||
(build-system cargo-build-system)
|
||||
(home-page "https://github.com/stainless-steel/assert")
|
||||
(synopsis "Assertions for testing")
|
||||
|
|
Loading…
Reference in a new issue