mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-03 09:58:57 -05:00
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:
parent
d0a6c877cd
commit
d26af661b6
1 changed files with 2 additions and 2 deletions
|
@ -42071,7 +42071,7 @@ (define-public rust-match-cfg-0.1
|
|||
(define-public rust-matches-0.1
|
||||
(package
|
||||
(name "rust-matches")
|
||||
(version "0.1.9")
|
||||
(version "0.1.10")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -42079,7 +42079,7 @@ (define-public rust-matches-0.1
|
|||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0gw5ib38jfgyyah8nyyxr036grqv1arkf1srgfa4h386dav7iqx3"))))
|
||||
"1994402fq4viys7pjhzisj4wcw894l53g798kkm2y74laxk0jci5"))))
|
||||
(build-system cargo-build-system)
|
||||
(home-page "https://github.com/SimonSapin/rust-std-candidates")
|
||||
(synopsis "Macro to evaluate whether an expression matches a pattern")
|
||||
|
|
Loading…
Reference in a new issue