[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#70606] [PATCH rust-team 003/101] gnu: Place rust-valuable-derive-0.
From: |
Herman Rimm |
Subject: |
[bug#70606] [PATCH rust-team 003/101] gnu: Place rust-valuable-derive-0.1 in alphabetical order. |
Date: |
Sat, 27 Apr 2024 14:34:25 +0200 |
* gnu/packages/crates-io.scm (rust-valuable-derive-0.1): Move variable.
Change-Id: Ie439bf1fd092e4b12d0ef388b143bbf2bc8dfc2f
---
gnu/packages/crates-io.scm | 47 +++++++++++++++++++-------------------
1 file changed, 23 insertions(+), 24 deletions(-)
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 7e71d8af59..fe14f69f6f 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -86602,30 +86602,6 @@ (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
- (package
- (name "rust-valuable-derive")
- (version "0.1.0")
- (source (origin
- (method url-fetch)
- (uri (crate-uri "valuable-derive" version))
- (file-name (string-append name "-" version ".tar.gz"))
- (sha256
- (base32
- "0cjvqljzsj891cjzlwv0ihrv4m0n5211a6pr6b7cz42ich66ji4x"))))
- (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))))
- (home-page "https://github.com/tokio-rs/valuable")
- (synopsis "Macros for the valuable crate")
- (description "This package provides macros for the @code{valuable}
-crate.")
- (license license:expat)))
-
(define-public rust-valuable-0.1
(package
(name "rust-valuable")
@@ -86649,6 +86625,29 @@ (define-public rust-valuable-0.1
un-typed structured data across trait-object boundaries.")
(license license:expat)))
+(define-public rust-valuable-derive-0.1
+ (package
+ (name "rust-valuable-derive")
+ (version "0.1.0")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (crate-uri "valuable-derive" version))
+ (file-name (string-append name "-" version ".tar.gz"))
+ (sha256
+ (base32 "0cjvqljzsj891cjzlwv0ihrv4m0n5211a6pr6b7cz42ich66ji4x"))))
+ (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))))
+ (home-page "https://github.com/tokio-rs/valuable")
+ (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
(package
(name "rust-valuable-serde")
--
2.41.0
- [bug#70606] [PATCH rust-team 008/101] gnu: Place rust-tikv-jemalloc-ctl-0.4 in alphabetical order., (continued)
- [bug#70606] [PATCH rust-team 008/101] gnu: Place rust-tikv-jemalloc-ctl-0.4 in alphabetical order., Herman Rimm, 2024/04/27
- [bug#70606] [PATCH rust-team 006/101] gnu: Place rust-tokio-tcp-0.1 in alphabetical order., Herman Rimm, 2024/04/27
- [bug#70606] [PATCH rust-team 015/101] gnu: Place rust-snafu-0.8 in alphabetical order., Herman Rimm, 2024/04/27
- [bug#70606] [PATCH rust-team 016/101] gnu: Place rust-paw-structopt-1 in alphabetical order., Herman Rimm, 2024/04/27
- [bug#70606] [PATCH rust-team 019/101] gnu: Place rust-serial-test-0.4 in alphabetical order., Herman Rimm, 2024/04/27
- [bug#70606] [PATCH rust-team 020/101] gnu: Place rust-serde-wasm-bindgen-0.3 in alphabetical order., Herman Rimm, 2024/04/27
- [bug#70606] [PATCH rust-team 022/101] gnu: Place rust-salsa-macros-0.17 in alphabetical order., Herman Rimm, 2024/04/27
- [bug#70606] [PATCH rust-team 024/101] gnu: Place rust-hawktracer-proc-macro-0.4 in alphabetical order., Herman Rimm, 2024/04/27
- [bug#70606] [PATCH rust-team 021/101] gnu: Place rust-serdeconv-0.4 in alphabetical order., Herman Rimm, 2024/04/27
- [bug#70606] [PATCH rust-team 023/101] gnu: Place rust-rkyv-derive-0.7 in alphabetical order., Herman Rimm, 2024/04/27
- [bug#70606] [PATCH rust-team 003/101] gnu: Place rust-valuable-derive-0.1 in alphabetical order.,
Herman Rimm <=
- [bug#70606] [PATCH rust-team 004/101] gnu: Place rust-unidecode-0.3 in alphabetical order., Herman Rimm, 2024/04/27
- [bug#70606] [PATCH rust-team 007/101] gnu: Place rust-timeago-0.4 in alphabetical order., Herman Rimm, 2024/04/27
- [bug#70606] [PATCH rust-team 010/101] gnu: Place rust-synchronoise-1 in alphabetical order., Herman Rimm, 2024/04/27
- [bug#70606] [PATCH rust-team 009/101] gnu: Place rust-tectonic-engine-xdvipdfmx-0.4 in alphabetical order., Herman Rimm, 2024/04/27
- [bug#70606] [PATCH rust-team 012/101] gnu: Place rust-sxd-xpath-0.4 in alphabetical order., Herman Rimm, 2024/04/27
- [bug#70606] [PATCH rust-team 013/101] gnu: Place rust-spirv-types-0.4 in alphabetical order., Herman Rimm, 2024/04/27
- [bug#70606] [PATCH rust-team 017/101] gnu: Place rust-simplerand-1 in alphabetical order., Herman Rimm, 2024/04/27
- [bug#70606] [PATCH rust-team 011/101] gnu: Place rust-symphonia-metadata-0.4 in alphabetical order., Herman Rimm, 2024/04/27
- [bug#70606] [PATCH rust-team 014/101] gnu: Place rust-snapbox-macros-0.3 in alphabetical order., Herman Rimm, 2024/04/27
- [bug#70606] [PATCH rust-team 018/101] gnu: Place rust-sensors-0.2 in alphabetical order., Herman Rimm, 2024/04/27