GNU bug report logs -
#70606
[PATCH rust-team 001/101] gnu: Place rust-xxhash-rust-0.8 in alphabetical order.
Previous Next
Reported by: Herman Rimm <herman <at> rimm.ee>
Date: Sat, 27 Apr 2024 12:25: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-arr-macro-0.1): Order.
Change-Id: I7283f545e2db6eed3d8e5ed8839c5e87d292d8ff
---
gnu/packages/crates-io.scm | 40 +++++++++++++++++++-------------------
1 file changed, 20 insertions(+), 20 deletions(-)
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 4b4267520a..fc35e68eb4 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -3021,50 +3021,50 @@ (define-public rust-ariadne-0.1
(description "This package provides a fancy diagnostics & reporting crate.")
(license license:expat)))
-(define-public rust-arr-macro-impl-0.1
+(define-public rust-arr-macro-0.1
(package
- (name "rust-arr-macro-impl")
+ (name "rust-arr-macro")
(version "0.1.3")
(source (origin
(method url-fetch)
- (uri (crate-uri "arr_macro_impl" version))
+ (uri (crate-uri "arr_macro" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32
- "1lbjilz3pvwav72dfkcbz99rsq7m04xbdpqh8g3yvx3jsn5wf286"))))
+ "199086q8zva66lbg9bpz6fa67s81ra7yfa8148cwy1w7lkymn43a"))))
(build-system cargo-build-system)
(arguments
`(#:cargo-inputs
- (("rust-proc-macro-hack" ,rust-proc-macro-hack-0.5)
- ("rust-quote" ,rust-quote-1)
- ("rust-syn" ,rust-syn-1))))
+ (("rust-arr-macro-impl" ,rust-arr-macro-impl-0.1)
+ ("rust-proc-macro-hack" ,rust-proc-macro-hack-0.5))))
(home-page "https://github.com/JoshMcguigan/arr_macro")
- (synopsis "Private impl crate for arr_macro")
- (description "This package provides a private @code{impl} crate for
-@code{arr_macro}.")
+ (synopsis "Initialize arrays with ease")
+ (description "Array macro helps initialize arrays. It is useful when
+initializing large arrays (greater than 32 elements), or arrays of types which
+do not implement the copy or default traits.")
(license (list license:expat license:asl2.0))))
-(define-public rust-arr-macro-0.1
+(define-public rust-arr-macro-impl-0.1
(package
- (name "rust-arr-macro")
+ (name "rust-arr-macro-impl")
(version "0.1.3")
(source (origin
(method url-fetch)
- (uri (crate-uri "arr_macro" version))
+ (uri (crate-uri "arr_macro_impl" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32
- "199086q8zva66lbg9bpz6fa67s81ra7yfa8148cwy1w7lkymn43a"))))
+ "1lbjilz3pvwav72dfkcbz99rsq7m04xbdpqh8g3yvx3jsn5wf286"))))
(build-system cargo-build-system)
(arguments
`(#:cargo-inputs
- (("rust-arr-macro-impl" ,rust-arr-macro-impl-0.1)
- ("rust-proc-macro-hack" ,rust-proc-macro-hack-0.5))))
+ (("rust-proc-macro-hack" ,rust-proc-macro-hack-0.5)
+ ("rust-quote" ,rust-quote-1)
+ ("rust-syn" ,rust-syn-1))))
(home-page "https://github.com/JoshMcguigan/arr_macro")
- (synopsis "Initialize arrays with ease")
- (description "Array macro helps initialize arrays. It is useful when
-initializing large arrays (greater than 32 elements), or arrays of types which
-do not implement the copy or default traits.")
+ (synopsis "Private impl crate for arr_macro")
+ (description "This package provides a private @code{impl} crate for
+@code{arr_macro}.")
(license (list license:expat license:asl2.0))))
(define-public rust-array-init-2
--
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.