gnu: rust-matches-0.1: Update to 0.1.10.

* gnu/packages/crates-io.scm (rust-matches-0.1): Update to 0.1.10.

Change-Id: Ia6184581fd58d72bf4351225e1710778e3a2fb46
This commit is contained in:
Efraim Flashner 2023-10-27 20:41:54 +03:00
parent d0a6c877cd
commit d26af661b6
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -42071,7 +42071,7 @@ (define-public rust-match-cfg-0.1
(define-public rust-matches-0.1 (define-public rust-matches-0.1
(package (package
(name "rust-matches") (name "rust-matches")
(version "0.1.9") (version "0.1.10")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
@ -42079,7 +42079,7 @@ (define-public rust-matches-0.1
(file-name (string-append name "-" version ".tar.gz")) (file-name (string-append name "-" version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"0gw5ib38jfgyyah8nyyxr036grqv1arkf1srgfa4h386dav7iqx3")))) "1994402fq4viys7pjhzisj4wcw894l53g798kkm2y74laxk0jci5"))))
(build-system cargo-build-system) (build-system cargo-build-system)
(home-page "https://github.com/SimonSapin/rust-std-candidates") (home-page "https://github.com/SimonSapin/rust-std-candidates")
(synopsis "Macro to evaluate whether an expression matches a pattern") (synopsis "Macro to evaluate whether an expression matches a pattern")