me
/
guix
Archived
1
0
Fork 0

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

* gnu/packages/crates-io.scm (rust-matches-0.1): Update to 0.1.9.
[arguments]: Don't skip build.
master
Efraim Flashner 2023-01-15 11:06:49 +02:00 committed by Maxim Cournoyer
parent f597f90df2
commit dd7a863f1b
No known key found for this signature in database
GPG Key ID: 1260E46482E63562
1 changed files with 2 additions and 3 deletions

View File

@ -32479,7 +32479,7 @@ statement, the first matching branch is the item that gets emitted.")
(define-public rust-matches-0.1
(package
(name "rust-matches")
(version "0.1.8")
(version "0.1.9")
(source
(origin
(method url-fetch)
@ -32487,9 +32487,8 @@ statement, the first matching branch is the item that gets emitted.")
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32
"020axl4q7rk9vz90phs7f8jas4imxal9y9kxl4z4v7a6719mrz3z"))))
"0gw5ib38jfgyyah8nyyxr036grqv1arkf1srgfa4h386dav7iqx3"))))
(build-system cargo-build-system)
(arguments '(#:skip-build? #t))
(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,