mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-08 16:06:16 -05:00
gnu: rust-regex-syntax: Update to 0.6.14.
* gnu/packages/crates-io.scm (rust-regex-syntax-0.6): Update to 0.6.14. [arguments]: Don't skip build. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
parent
728aa0f546
commit
2f841254c5
1 changed files with 3 additions and 3 deletions
|
@ -5,6 +5,7 @@
|
|||
;;; Copyright © 2019 Giacomo Leidi <goodoldpaul@autistici.org>
|
||||
;;; Copyright © 2019 Tobias Geerinckx-Rice <me@tobias.gr>
|
||||
;;; Copyright © 2019, 2020 John Soo <jsoo1@asu.edu>
|
||||
;;; Copyright © 2020 Jakub Kądziołka <kuba@kadziolka.net>
|
||||
;;;
|
||||
;;; This file is part of GNU Guix.
|
||||
;;;
|
||||
|
@ -9763,7 +9764,7 @@ (define-public rust-regex-automata-0.1
|
|||
(define-public rust-regex-syntax-0.6
|
||||
(package
|
||||
(name "rust-regex-syntax")
|
||||
(version "0.6.13")
|
||||
(version "0.6.14")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -9771,9 +9772,8 @@ (define-public rust-regex-syntax-0.6
|
|||
(file-name (string-append name "-" version ".crate"))
|
||||
(sha256
|
||||
(base32
|
||||
"141xi6yiji0bc04c4skamd4ny9vnd1jrwc7qzfga425lyn8yhd77"))))
|
||||
"01myl8xqpbnird23xnsb92sjmz1cmp69r6m7y3dwbpmsx4zzx3dj"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments '(#:skip-build? #t))
|
||||
(home-page "https://github.com/rust-lang/regex")
|
||||
(synopsis "Regular expression parser")
|
||||
(description
|
||||
|
|
Loading…
Reference in a new issue