GNU bug report logs -
#75127
[PATCH 00/67] rust-team: Add cargo-nextest
Previous Next
Reported by: Jordan Moore <lockbox <at> struct.foo>
Date: Thu, 26 Dec 2024 23:02:02 UTC
Severity: normal
Tags: patch
Done: Danny Milosavljevic <dannym <at> friendly-machines.com>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
* gnu/packages/crates-io.scm (rust-clap-lex-0.7): Update to 0.7.4.
Change-Id: If7622c51432e69881c071a0bf8e9fac683358a12
---
gnu/packages/crates-io.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 4b1eea0441..7deb85a879 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -14575,14 +14575,14 @@ (define-public rust-clap-derive-3
(define-public rust-clap-lex-0.7
(package
(name "rust-clap-lex")
- (version "0.7.2")
+ (version "0.7.4")
(source
(origin
(method url-fetch)
(uri (crate-uri "clap_lex" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
- (base32 "15zcrc2fa6ycdzaihxghf48180bnvzsivhf0fmah24bnnaf76qhl"))))
+ (base32 "19nwfls5db269js5n822vkc8dw0wjq2h1wf0hgr06ld2g52d2spl"))))
(build-system cargo-build-system)
(arguments
`(#:cargo-development-inputs (("rust-automod" ,rust-automod-1))))
--
2.46.0
This bug report was last modified 1 day ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.