me
/
guix
Archived
1
0
Fork 0

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>
master
Jakub Kądziołka 2020-02-07 22:23:17 +01:00 committed by Efraim Flashner
parent 2f841254c5
commit e5b8c522f2
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 3 additions and 4 deletions

View File

@ -9642,7 +9642,7 @@ functionality.")
(define-public rust-regex-1.3 (define-public rust-regex-1.3
(package (package
(name "rust-regex") (name "rust-regex")
(version "1.3.3") (version "1.3.4")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
@ -9651,11 +9651,10 @@ functionality.")
(string-append name "-" version ".tar.gz")) (string-append name "-" version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"11syqmfvbsah805z6ih8vxf8p6jssdsz1gjsjqcwprz484cqql5m")))) "1a1mh9mgr8jipnxdaykla6xlw4a6kjn2bzkq3cifx8xy4ivzjb1j"))))
(build-system cargo-build-system) (build-system cargo-build-system)
(arguments (arguments
`(#:skip-build? #t `(#:cargo-inputs
#:cargo-inputs
(("rust-aho-corasick" ,rust-aho-corasick-0.7) (("rust-aho-corasick" ,rust-aho-corasick-0.7)
("rust-memchr" ,rust-memchr-2.2) ("rust-memchr" ,rust-memchr-2.2)
("rust-regex-syntax" ,rust-regex-syntax-0.6) ("rust-regex-syntax" ,rust-regex-syntax-0.6)