mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-21 01:26:43 +01:00
gnu: rust-matches-0.1: Order alphabetically.
* gnu/packages/crates-io.scm (rust-matches-0.1): Order. Change-Id: I6c6e10a027d779b4fcfff7ff06fafa3b79aff2a3 Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
parent
ed7da208c8
commit
6e7e2b3984
1 changed files with 19 additions and 19 deletions
|
@ -45680,25 +45680,6 @@ (define-public rust-match-cfg-0.1
|
|||
statement, the first matching branch is the item that gets emitted.")
|
||||
(license (list license:expat license:asl2.0))))
|
||||
|
||||
(define-public rust-matches-0.1
|
||||
(package
|
||||
(name "rust-matches")
|
||||
(version "0.1.10")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "matches" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"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")
|
||||
(description "This package provides a macro to evaluate, as a boolean,
|
||||
whether an expression matches a pattern.")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public rust-matchers-0.1
|
||||
(package
|
||||
(name "rust-matchers")
|
||||
|
@ -45742,6 +45723,25 @@ (define-public rust-matchers-0.0
|
|||
`(#:cargo-inputs
|
||||
(("rust-regex-automata" ,rust-regex-automata-0.1))))))
|
||||
|
||||
(define-public rust-matches-0.1
|
||||
(package
|
||||
(name "rust-matches")
|
||||
(version "0.1.10")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "matches" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"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")
|
||||
(description "This package provides a macro to evaluate, as a boolean,
|
||||
whether an expression matches a pattern.")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public rust-matchit-0.7
|
||||
(package
|
||||
(name "rust-matchit")
|
||||
|
|
Loading…
Reference in a new issue