me
/
guix
Archived
1
0
Fork 0

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
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
1 changed files with 2 additions and 2 deletions

View File

@ -42071,7 +42071,7 @@ statement, the first matching branch is the item that gets emitted.")
(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 @@ statement, the first matching branch is the item that gets emitted.")
(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")