GNU bug report logs -
#78539
[PATCH 00/13] Add wlink to flashing-tools
Previous Next
Full log
Message #23 received at 78539 <at> debbugs.gnu.org (full text, mbox):
Change-Id: Ibdf131df9d03878f54a15a03660722ae73a9f379
---
gnu/packages/crates-io.scm | 17 +++++++++++++++++
1 file changed, 17 insertions(+)
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index cba2fc4d6c..2c3090098d 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -12653,6 +12653,23 @@ (define-public rust-envconfig-derive-0.11
boilerplate.")
(license license:expat)))
+(define-public rust-envconfig-derive-0.10
+ (package
+ (inherit rust-envconfig-derive-0.11)
+ (name "rust-envconfig-derive")
+ (version "0.10.0")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (crate-uri "envconfig_derive" version))
+ (file-name (string-append name "-" version ".tar.gz"))
+ (sha256
+ (base32 "1gxr0kc2swhvix5w52wrjs7g20gsxdcggbyak98lajzqwmwa5z3x"))))
+ (arguments
+ `(#:cargo-inputs (("rust-syn" ,rust-syn-1)
+ ("rust-quote" ,rust-quote-1)
+ ("rust-proc-macro2" ,rust-proc-macro2-1))))))
+
(define-public rust-envmnt-0.10
(package
(name "rust-envmnt")
--
2.49.0
This bug report was last modified today.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.