mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-16 16:08:04 -05:00
gnu: rust-regex-1: Update to 1.4.2.
* gnu/packages/crates-io.scm (rust-regex-1): Update to 1.4.2. [description]: Tweak it to follow packaging rules.
This commit is contained in:
parent
38cb4c4578
commit
0e868e91a4
1 changed files with 3 additions and 4 deletions
|
@ -23303,7 +23303,7 @@ (define-public rust-ref-cast-impl-0.2
|
|||
(define-public rust-regex-1
|
||||
(package
|
||||
(name "rust-regex")
|
||||
(version "1.3.9")
|
||||
(version "1.4.2")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -23311,8 +23311,7 @@ (define-public rust-regex-1
|
|||
(file-name
|
||||
(string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1rnqga94ypykl2apgj26l2j1s9bvr2ix4dlzs323n6abyky80dww"))))
|
||||
(base32 "172bw2yryv65whn3n5vkww4kgk0bq08lx0zbln8xwia7xl9jrkrq"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:cargo-inputs
|
||||
|
@ -23327,7 +23326,7 @@ (define-public rust-regex-1
|
|||
(home-page "https://github.com/rust-lang/regex")
|
||||
(synopsis "Regular expressions for Rust")
|
||||
(description
|
||||
"An implementation of regular expressions for Rust. This implementation
|
||||
"This package is an implementation of regular expressions for Rust. It
|
||||
uses finite automata and guarantees linear time matching on all inputs.")
|
||||
(license (list license:expat license:asl2.0))))
|
||||
|
||||
|
|
Loading…
Reference in a new issue