GNU bug report logs -
#75069
[PATCH rust-team 00/57] Alpabetically order (gnu packages
Previous Next
Reported by: Herman Rimm <herman <at> rimm.ee>
Date: Tue, 24 Dec 2024 21:27:02 UTC
Severity: normal
Tags: patch
Done: Efraim Flashner <efraim <at> flashner.co.il>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
* gnu/packages/crates-io.scm (rust-valuable-0.1): Order.
Change-Id: I0ddbef0b9cb8f9060768a1b65f1151847ff3e268
---
gnu/packages/crates-io.scm | 38 +++++++++++++++++++-------------------
1 file changed, 19 insertions(+), 19 deletions(-)
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index cb6531b6c6..54ebea9bb8 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -95847,51 +95847,51 @@ (define-public rust-v-htmlescape-0.15
(description "This package provides simd optimized HTML escaping code.")
(license (list license:expat license:asl2.0))))
-(define-public rust-valuable-derive-0.1
+(define-public rust-valuable-0.1
(package
- (name "rust-valuable-derive")
+ (name "rust-valuable")
(version "0.1.0")
(source (origin
(method url-fetch)
- (uri (crate-uri "valuable-derive" version))
+ (uri (crate-uri "valuable" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32
- "0cjvqljzsj891cjzlwv0ihrv4m0n5211a6pr6b7cz42ich66ji4x"))))
+ "0v9gp3nkjbl30z0fd56d8mx7w1csk86wwjhfjhr400wh9mfpw2w3"))))
(build-system cargo-build-system)
(arguments
`(#:skip-build? #t
#:cargo-inputs
- (("rust-proc-macro2" ,rust-proc-macro2-1)
- ("rust-quote" ,rust-quote-1)
- ("rust-syn" ,rust-syn-1))))
+ (("rust-valuable-derive" ,rust-valuable-derive-0.1))))
(home-page "https://github.com/tokio-rs/valuable")
- (synopsis "Macros for the valuable crate")
- (description "This package provides macros for the @code{valuable}
-crate.")
+ (synopsis "Object-safe value inspection")
+ (description
+ "This package implements object-safe value inspection, used to pass
+un-typed structured data across trait-object boundaries.")
(license license:expat)))
-(define-public rust-valuable-0.1
+(define-public rust-valuable-derive-0.1
(package
- (name "rust-valuable")
+ (name "rust-valuable-derive")
(version "0.1.0")
(source (origin
(method url-fetch)
- (uri (crate-uri "valuable" version))
+ (uri (crate-uri "valuable-derive" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32
- "0v9gp3nkjbl30z0fd56d8mx7w1csk86wwjhfjhr400wh9mfpw2w3"))))
+ "0cjvqljzsj891cjzlwv0ihrv4m0n5211a6pr6b7cz42ich66ji4x"))))
(build-system cargo-build-system)
(arguments
`(#:skip-build? #t
#:cargo-inputs
- (("rust-valuable-derive" ,rust-valuable-derive-0.1))))
+ (("rust-proc-macro2" ,rust-proc-macro2-1)
+ ("rust-quote" ,rust-quote-1)
+ ("rust-syn" ,rust-syn-1))))
(home-page "https://github.com/tokio-rs/valuable")
- (synopsis "Object-safe value inspection")
- (description
- "This package implements object-safe value inspection, used to pass
-un-typed structured data across trait-object boundaries.")
+ (synopsis "Macros for the valuable crate")
+ (description "This package provides macros for the @code{valuable}
+crate.")
(license license:expat)))
(define-public rust-valuable-serde-0.1
--
2.45.2
This bug report was last modified 207 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.