3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: rust-assert-matches-1: Update to 1.5.0.

* gnu/packages/crates-io.scm (rust-assert-matches-1): Update to 1.5.0.
This commit is contained in:
Maxim Cournoyer 2022-01-03 09:03:23 -05:00
parent d87c292d7d
commit 6af08a53f5
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

@ -3277,7 +3277,7 @@ objects are the same.")
(define-public rust-assert-matches-1
(package
(name "rust-assert-matches")
(version "1.3.0")
(version "1.5.0")
(source
(origin
(method url-fetch)
@ -3286,7 +3286,7 @@ objects are the same.")
(string-append name "-" version ".tar.gz"))
(sha256
(base32
"1rar61v00gz2aniid0mylxcr4q98s6l77c3hvbszmg57kj10msvx"))))
"1a9b3p9vy0msylyr2022sk5flid37ini1dxji5l3vwxsvw4xcd4v"))))
(build-system cargo-build-system)
(home-page "https://github.com/murarth/assert_matches")
(synopsis "Asserts that a value matches a pattern")