mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
gnu: rust-regex-1.1: Update to 1.1.9.
* gnu/packages/crates-io.scm (rust-regex-1.1): Update it. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
parent
2484eea58c
commit
af51fb8e4d
1 changed files with 3 additions and 3 deletions
|
@ -9679,7 +9679,7 @@ (define-public rust-regex-1.1
|
|||
(package
|
||||
(inherit rust-regex-1.3)
|
||||
(name "rust-regex")
|
||||
(version "1.1.7")
|
||||
(version "1.1.9")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -9688,7 +9688,7 @@ (define-public rust-regex-1.1
|
|||
(string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1pabajpp0wzb7dm2x32gy8w7k0mwykr6zsvzn0fgpr6pww40hbqb"))))
|
||||
"1ba47ivq8l1yikiwikjnq5barag6iqfgcpxlz2263fqbq9y2kn6r"))))
|
||||
(arguments
|
||||
`(#:skip-build? #t
|
||||
#:cargo-inputs
|
||||
|
@ -9701,7 +9701,7 @@ (define-public rust-regex-1.1
|
|||
(("rust-doc-comment" ,rust-doc-comment-0.3)
|
||||
("rust-lazy-static" ,rust-lazy-static-1.3)
|
||||
("rust-quickcheck" ,rust-quickcheck-0.8)
|
||||
("rust-rand" ,rust-rand-0.4))))))
|
||||
("rust-rand" ,rust-rand-0.6))))))
|
||||
|
||||
(define-public rust-regex-0.2
|
||||
(package
|
||||
|
|
Loading…
Reference in a new issue