mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
gnu: rust-regex: Update to 1.3.4.
* gnu/packages/crates-io.scm (rust-regex-1.3): Update to 1.3.4. [arguments]: Don't skip build. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
parent
2f841254c5
commit
e5b8c522f2
1 changed files with 3 additions and 4 deletions
|
@ -9642,7 +9642,7 @@ (define-public rust-ref-cast-impl-0.2
|
|||
(define-public rust-regex-1.3
|
||||
(package
|
||||
(name "rust-regex")
|
||||
(version "1.3.3")
|
||||
(version "1.3.4")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -9651,11 +9651,10 @@ (define-public rust-regex-1.3
|
|||
(string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"11syqmfvbsah805z6ih8vxf8p6jssdsz1gjsjqcwprz484cqql5m"))))
|
||||
"1a1mh9mgr8jipnxdaykla6xlw4a6kjn2bzkq3cifx8xy4ivzjb1j"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:skip-build? #t
|
||||
#:cargo-inputs
|
||||
`(#:cargo-inputs
|
||||
(("rust-aho-corasick" ,rust-aho-corasick-0.7)
|
||||
("rust-memchr" ,rust-memchr-2.2)
|
||||
("rust-regex-syntax" ,rust-regex-syntax-0.6)
|
||||
|
|
Loading…
Reference in a new issue