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:
Efraim Flashner 2024-04-01 10:35:26 +03:00
parent d159ecb2b6
commit dc3f9cbda5
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -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")