* [bug#67772] [PATCH 3/4] gnu: rust-clap-builder-4: Update to 4.4.11.
@ 2023-12-11 17:37 Daniel Ziltener via Guix-patches via
2023-12-26 11:44 ` bug#67772: " Efraim Flashner
0 siblings, 1 reply; 2+ messages in thread
From: Daniel Ziltener via Guix-patches via @ 2023-12-11 17:37 UTC (permalink / raw)
To: 67772; +Cc: dziltener
---
gnu/packages/crates-io.scm | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index fd7a77f5d4..3285ea4d67 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -13095,14 +13095,14 @@ (define-public rust-clap-2
(define-public rust-clap-builder-4
(package
(name "rust-clap-builder")
- (version "4.3.19")
+ (version "4.4.11")
(source (origin
(method url-fetch)
- (uri (crate-uri "clap-builder" version))
+ (uri (crate-uri "clap_builder" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32
- "1qg9xrshy9h5cmavg4zfc1gzjkcwq2p97qyg6lm6dr8zizqa7ih1"))))
+ "1fxdsmw1ilgswz3lg2hjlvsdyyz04k78scjirlbd7c9bc83ba5m2"))))
(build-system cargo-build-system)
(arguments
`(#:cargo-test-flags
@@ -13114,7 +13114,7 @@ (define-public rust-clap-builder-4
(("rust-anstream" ,rust-anstream-0.3)
("rust-anstyle" ,rust-anstyle-1)
("rust-backtrace" ,rust-backtrace-0.3)
- ("rust-clap-lex" ,rust-clap-lex-0.5)
+ ("rust-clap-lex" ,rust-clap-lex-0.6)
("rust-once-cell" ,rust-once-cell-1)
("rust-strsim" ,rust-strsim-0.10)
("rust-terminal-size" ,rust-terminal-size-0.2)
--
2.43.0
^ permalink raw reply related [flat|nested] 2+ messages in thread
* bug#67772: [PATCH 3/4] gnu: rust-clap-builder-4: Update to 4.4.11.
2023-12-11 17:37 [bug#67772] [PATCH 3/4] gnu: rust-clap-builder-4: Update to 4.4.11 Daniel Ziltener via Guix-patches via
@ 2023-12-26 11:44 ` Efraim Flashner
0 siblings, 0 replies; 2+ messages in thread
From: Efraim Flashner @ 2023-12-26 11:44 UTC (permalink / raw)
To: Daniel Ziltener; +Cc: 67772-done
[-- Attachment #1: Type: text/plain, Size: 259 bytes --]
Thanks. Patch added to the rust-team branch.
--
Efraim Flashner <efraim@flashner.co.il> רנשלפ םירפא
GPG key = A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351
Confidentiality cannot be guaranteed on emails sent or received unencrypted
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2023-12-26 12:44 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-12-11 17:37 [bug#67772] [PATCH 3/4] gnu: rust-clap-builder-4: Update to 4.4.11 Daniel Ziltener via Guix-patches via
2023-12-26 11:44 ` bug#67772: " Efraim Flashner
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.