mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-05 10:56:56 -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
|
(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")
|
||||||
|
|
Loading…
Reference in a new issue