me
/
guix
Archived
1
0
Fork 0

gnu: rust-memchr-2: Update to 2.5.0.

* gnu/packages/crates-io.scm (rust-memchr-2): Update to 2.5.0.
[arguments]: Don't skip tests.
[cargo-inputs]: Add rust-compiler-builtins-0.1,
rust-rustc-std-workspace-core-1.
[cargo-development-inputs]: Add rust-quickcheck-1.
master
Efraim Flashner 2023-01-12 18:24:09 +02:00 committed by Maxim Cournoyer
parent 8e819eaebb
commit 750a5190a4
No known key found for this signature in database
GPG Key ID: 1260E46482E63562
1 changed files with 8 additions and 5 deletions

View File

@ -32899,7 +32899,7 @@ unstable -Z self-profile flag.")
(define-public rust-memchr-2 (define-public rust-memchr-2
(package (package
(name "rust-memchr") (name "rust-memchr")
(version "2.4.1") (version "2.5.0")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
@ -32908,12 +32908,15 @@ unstable -Z self-profile flag.")
(string-append name "-" version ".tar.gz")) (string-append name "-" version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"0smq8xzd40njqpfzv5mghigj91fzlfrfg842iz8x0wqvw2dw731h")))) "0vanfk5mzs1g1syqnj03q8n0syggnhn55dq535h2wxr7rwpfbzrd"))))
(build-system cargo-build-system) (build-system cargo-build-system)
(arguments (arguments
`(#:skip-build? #t `(#:cargo-inputs
#:cargo-inputs (("rust-compiler-builtins" ,rust-compiler-builtins-0.1)
(("rust-libc" ,rust-libc-0.2)))) ("rust-libc" ,rust-libc-0.2)
("rust-rustc-std-workspace-core" ,rust-rustc-std-workspace-core-1))
#:cargo-development-inputs
(("rust-quickcheck" ,rust-quickcheck-1))))
(home-page "https://github.com/BurntSushi/rust-memchr") (home-page "https://github.com/BurntSushi/rust-memchr")
(synopsis "Safe interface to memchr") (synopsis "Safe interface to memchr")
(description "The @code{memchr} crate provides heavily optimized routines (description "The @code{memchr} crate provides heavily optimized routines