GNU bug report logs -
#74551
[PATCH 00/49] Add starship shell utility
Previous Next
Reported by: Jordan Moore <lockbox <at> struct.foo>
Date: Tue, 26 Nov 2024 21:36:02 UTC
Severity: normal
Tags: patch
Done: Efraim Flashner <efraim <at> flashner.co.il>
Bug is archived. No further changes may be made.
Full log
Message #458 received at 74551 <at> debbugs.gnu.org (full text, mbox):
From: Jordan Moore <lockbox <at> struct.foo>
* gnu/packages/crates-io.scm (rust-pest-2): Update to 2.7.14.
---
gnu/packages/crates-io.scm | 14 ++++++++------
1 file changed, 8 insertions(+), 6 deletions(-)
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 67db579a2e..4292194835 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -55783,24 +55783,26 @@ (define-public rust-permutohedron-0.2
(define-public rust-pest-2
(package
(name "rust-pest")
- (version "2.6.0")
+ (version "2.7.14")
(source
(origin
(method url-fetch)
(uri (crate-uri "pest" version))
- (file-name
- (string-append name "-" version ".tar.gz"))
+ (file-name (string-append name "-" version ".tar.gz"))
(sha256
- (base32
- "0w3vaad35km41g2liasf0sfkgfhj190rn7mc9q9hf18zn2zq93p6"))))
+ (base32 "0hplghvnz8yhs4mgpy7854gkpp6ysr96fy7ircs0k4w33al556c7"))))
(build-system cargo-build-system)
(arguments
`(#:cargo-inputs
(("rust-memchr" ,rust-memchr-2)
+ ("rust-miette" ,rust-miette-7)
("rust-serde" ,rust-serde-1)
("rust-serde-json" ,rust-serde-json-1)
("rust-thiserror" ,rust-thiserror-1)
- ("rust-ucd-trie" ,rust-ucd-trie-0.1))))
+ ("rust-ucd-trie" ,rust-ucd-trie-0.1))
+ #:cargo-development-inputs
+ (("rust-criterion" ,rust-criterion-0.5)
+ ("rust-miette" ,rust-miette-7))))
(home-page "https://pest.rs/")
(synopsis "The Elegant Parser")
(description "The Elegant Parser.")
--
2.47.0
This bug report was last modified 224 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.