GNU bug report logs -
#71278
[PATCH rust-team 00/44] Add eww.
Previous Next
Full log
View this message in rfc822 format
* gnu/packages/crates-io.scm (rust-ref-cast-impl-1): Update to 1.0.23.
* gnu/packages/crates-io.scm (rust-ref-cast-impl-1): Run guix style on the
package definition.
Change-Id: I6a88cb2e176c489b89dc19397a7097657eacc01c
---
gnu/packages/crates-io.scm | 18 +++++++-----------
1 file changed, 7 insertions(+), 11 deletions(-)
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 015ff2e5c8..e3b20f0f5b 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -61869,27 +61869,23 @@ (define-public rust-ref-cast-0.2
(define-public rust-ref-cast-impl-1
(package
(name "rust-ref-cast-impl")
- (version "1.0.18")
+ (version "1.0.23")
(source
(origin
(method url-fetch)
(uri (crate-uri "ref-cast-impl" version))
- (file-name
- (string-append name "-" version ".tar.gz"))
+ (file-name (string-append name "-" version ".tar.gz"))
(sha256
- (base32
- "05kjg9g9akzb0yns255a5zvdkbwk0wa9kp1cf8k6h25nv7d57gv8"))))
+ (base32 "1rpkjlsr99g8nb5ripffz9n9rb3g32dmw83x724l8wykjgkh7hxw"))))
(build-system cargo-build-system)
(arguments
- `(#:cargo-inputs
- (("rust-proc-macro2" ,rust-proc-macro2-1)
- ("rust-quote" ,rust-quote-1)
- ("rust-syn" ,rust-syn-2))
+ `(#:cargo-inputs (("rust-proc-macro2" ,rust-proc-macro2-1)
+ ("rust-quote" ,rust-quote-1)
+ ("rust-syn" ,rust-syn-2))
#:cargo-development-inputs (("rust-ref-cast" ,rust-ref-cast-1))))
(home-page "https://github.com/dtolnay/ref-cast")
(synopsis "Derive implementation for @code{ref_cast::RefCast}")
- (description
- "Derive implementation for @code{ref_cast::RefCast}.")
+ (description "Derive implementation for @code{ref_cast::RefCast}.")
(license (list license:expat license:asl2.0))))
(define-public rust-ref-cast-impl-0.2
--
2.41.0
This bug report was last modified 1 year and 18 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.