GNU bug report logs - #57702
[PATCH 0/8] Update rust-clap-3 to 3.2.17

Previous Next

Package: guix-patches;

Reported by: VesselWave <VesselWave <at> protonmail.com>

Date: Fri, 9 Sep 2022 15:14:02 UTC

Severity: normal

Tags: patch

Done: Steve George <steve <at> futurile.net>

Bug is archived. No further changes may be made.

Full log


Message #26 received at 57702 <at> debbugs.gnu.org (full text, mbox):

From: VesselWave <VesselWave <at> protonmail.com>
To: "57702 <at> debbugs.gnu.org" <57702 <at> debbugs.gnu.org>
Subject: [PATCH v2 7/8] gnu: rust-clap-derive-3: Update to 3.2.17.
Date: Fri, 09 Sep 2022 16:11:32 +0000
[Message part 1 (text/plain, inline)]
---
gnu/packages/crates-io.scm | 9 ++++-----
1 file changed, 4 insertions(+), 5 deletions(-)

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 001f33aea8..fca82be244 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -11497,7 +11497,7 @@ (define-public rust-clap-lex-0.2
(define-public rust-clap-derive-3
(package
(name "rust-clap-derive")
- (version "3.0.0-beta.2")
+ (version "3.2.17")
(source
(origin
(method url-fetch)
@@ -11506,14 +11506,13 @@ (define-public rust-clap-derive-3
(string-append name "-" version ".tar.gz"))
(sha256
(base32
- "18cn82jhcha7m0nkpi1a03jx8k7aaq5kxfcxnsqpaa8ih5dp23rp"))))
+ "1ypf8r7cyfcgg29cgdp837sgvyd8mlq7g5pqx2hb86n029q7ym0k"))))
(build-system cargo-build-system)
(arguments
`(#:skip-build? #t
#:cargo-inputs
- (("rust-heck" ,rust-heck-0.3)
- ("rust-proc-macro-error"
- ,rust-proc-macro-error-1)
+ (("rust-heck" ,rust-heck-0.4)
+ ("rust-proc-macro-error" ,rust-proc-macro-error-1)
("rust-proc-macro2" ,rust-proc-macro2-1)
("rust-quote" ,rust-quote-1)
("rust-syn" ,rust-syn-1))))
--2.37.2
[Message part 2 (text/html, inline)]

This bug report was last modified 93 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.