[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
62/135: gnu: rust-syntect: Update to 5.2.0.
From: |
guix-commits |
Subject: |
62/135: gnu: rust-syntect: Update to 5.2.0. |
Date: |
Wed, 27 Mar 2024 04:54:56 -0400 (EDT) |
efraim pushed a commit to branch rust-team
in repository guix.
commit 63d4fb62f170d3fa04736b17e43bff4099103b98
Author: VÖRÖSKŐI András <voroskoi@gmail.com>
AuthorDate: Sat Feb 24 21:40:23 2024 +0100
gnu: rust-syntect: Update to 5.2.0.
* gnu/packages/crates-io.scm (rust-syntect-5): Update to 5.2.0.
[cargo-inputs]: Add rust-serde-derive-1. Replace rust-regex-syntax-0.7
with 0.8.
[cargo-development-inputs]: Add rust-expect-test-1,
rust-public-api-0.33, rust-rustdoc-json-0.8, rust-rustup-toolchain-0.1.
Change-Id: I18fbcae0e17c5cee8d1a360511ce9832b821ae83
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
---
gnu/packages/crates-io.scm | 13 +++++++++----
1 file changed, 9 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index a8c0e46884..4f34110899 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -73656,14 +73656,14 @@ the absence of concurrency.")
(define-public rust-syntect-5
(package
(name "rust-syntect")
- (version "5.1.0")
+ (version "5.2.0")
(source
(origin
(method url-fetch)
(uri (crate-uri "syntect" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
- (base32 "14cg314vzabi45cdbqgcpav0dlx3d18blp24n3z8pl7q7cq4naz0"))))
+ (base32 "1ca68wxr8qs99ivqc266492sz8qwfngswizr7hrh8mlrcfiwykc7"))))
(build-system cargo-build-system)
(arguments
`(#:tests? #f ;missing files
@@ -73676,18 +73676,23 @@ the absence of concurrency.")
("rust-once-cell" ,rust-once-cell-1)
("rust-onig" ,rust-onig-6)
("rust-plist" ,rust-plist-1)
- ("rust-regex-syntax" ,rust-regex-syntax-0.7)
+ ("rust-regex-syntax" ,rust-regex-syntax-0.8)
("rust-serde" ,rust-serde-1)
+ ("rust-serde-derive" ,rust-serde-derive-1)
("rust-serde-json" ,rust-serde-json-1)
("rust-thiserror" ,rust-thiserror-1)
("rust-walkdir" ,rust-walkdir-2)
("rust-yaml-rust" ,rust-yaml-rust-0.4))
#:cargo-development-inputs
(("rust-criterion" ,rust-criterion-0.3)
+ ("rust-expect-test" ,rust-expect-test-1)
("rust-getopts" ,rust-getopts-0.2)
("rust-pretty-assertions" ,rust-pretty-assertions-0.6)
+ ("rust-public-api" ,rust-public-api-0.33)
("rust-rayon" ,rust-rayon-1)
- ("rust-regex" ,rust-regex-1))))
+ ("rust-regex" ,rust-regex-1)
+ ("rust-rustdoc-json" ,rust-rustdoc-json-0.8)
+ ("rust-rustup-toolchain" ,rust-rustup-toolchain-0.1))))
(home-page "https://github.com/trishume/syntect")
(synopsis "Library for syntax highlighting and code intelligence")
(description
- 122/135: gnu: rust-toml-edit-0.21: Update to 0.21.1., (continued)
- 122/135: gnu: rust-toml-edit-0.21: Update to 0.21.1., guix-commits, 2024/03/27
- 120/135: gnu: rust-git2-0.18: Update to 0.18.3., guix-commits, 2024/03/27
- 128/135: gnu: rust-pasetors-0.6: Update to 0.6.8., guix-commits, 2024/03/27
- 129/135: gnu: rust-jobserver-0.1: Update to 0.1.28., guix-commits, 2024/03/27
- 05/135: gnu: Add rust-scopetime-0.1., guix-commits, 2024/03/27
- 26/135: gnu: Add rust-termwiz-0.20., guix-commits, 2024/03/27
- 40/135: gnu: Add rust-derive-builder-macro-0.13., guix-commits, 2024/03/27
- 48/135: gnu: Add rust-strsim-0.11., guix-commits, 2024/03/27
- 38/135: gnu: Add rust-termwiz-0.22., guix-commits, 2024/03/27
- 50/135: gnu: rust-shlex-1: Update to 1.3.0., guix-commits, 2024/03/27
- 62/135: gnu: rust-syntect: Update to 5.2.0.,
guix-commits <=
- 84/135: gnu: rust-gix-quote-0.4: Update to 0.4.12., guix-commits, 2024/03/27
- 78/135: gnu: Add rust-gix-status-0.4., guix-commits, 2024/03/27
- 82/135: gnu: Add rust-gix-refspec-0.21., guix-commits, 2024/03/27
- 95/135: gnu: rust-gix-macros-0.1: Update to 0.1.4., guix-commits, 2024/03/27
- 94/135: gnu: Add rust-gix-mailmap-0.21., guix-commits, 2024/03/27
- 100/135: gnu: Add rust-gix-hash-0.14., guix-commits, 2024/03/27
- 102/135: gnu: Add rust-gix-fs-0.9., guix-commits, 2024/03/27
- 104/135: gnu: Add rust-gix-features-0.38., guix-commits, 2024/03/27
- 110/135: gnu: rust-gix-config-value-0.14: Update to 0.14.6., guix-commits, 2024/03/27
- 111/135: gnu: Add rust-gix-config-0.33., guix-commits, 2024/03/27