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-rust-hawktracer-proc-macro-0.4):
Order.
Change-Id: I60b4dd92759148e03d185b2eb9cd697e10655986
---
gnu/packages/crates-io.scm | 34 +++++++++++++++++-----------------
1 file changed, 17 insertions(+), 17 deletions(-)
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 6587de5a3f..98dc02a970 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -70953,55 +70953,55 @@ (define-public rust-rust-hawktracer-0.7
"Rust bindings for hawktracer profiling library.")
(license (list license:expat license:asl2.0))))
-(define-public rust-rust-hawktracer-proc-macro-0.4
+(define-public rust-rust-hawktracer-normal-macro-0.4
(package
- (name "rust-rust-hawktracer-proc-macro")
+ (name "rust-rust-hawktracer-normal-macro")
(version "0.4.1")
(source
(origin
(method url-fetch)
- (uri (crate-uri "rust_hawktracer_proc_macro" version))
+ (uri (crate-uri
+ "rust_hawktracer_normal_macro"
+ version))
(file-name
(string-append name "-" version ".tar.gz"))
(sha256
(base32
- "1qfksscfv8rbbzv2zb0i9sbbqmig0dr0vrma3c1kzsfmpsynlqnb"))))
+ "1sfjmipdbb5s498c150czr6wihjlkwwgla2jyg3cs7cyjich0mwa"))))
(build-system cargo-build-system)
(arguments
`(#:skip-build? #t
#:cargo-inputs
(("rust-rust-hawktracer-sys" ,rust-rust-hawktracer-sys-0.4))))
- (home-page "https://github.com/AlexEne/rust_hawktracer_proc_macro")
- (synopsis
- "Helper crate for hawktracer profiling library")
+ (home-page "https://github.com/AlexEne/rust_hawktracer_normal_macro")
+ (synopsis "Helper crate for hawktracer profiling library")
(description
- "This package is a helper crate for hawktracer profiling library.")
+ "This package provides a helper crate for hawktracer profiling library.")
(license (list license:expat license:asl2.0))))
-(define-public rust-rust-hawktracer-normal-macro-0.4
+(define-public rust-rust-hawktracer-proc-macro-0.4
(package
- (name "rust-rust-hawktracer-normal-macro")
+ (name "rust-rust-hawktracer-proc-macro")
(version "0.4.1")
(source
(origin
(method url-fetch)
- (uri (crate-uri
- "rust_hawktracer_normal_macro"
- version))
+ (uri (crate-uri "rust_hawktracer_proc_macro" version))
(file-name
(string-append name "-" version ".tar.gz"))
(sha256
(base32
- "1sfjmipdbb5s498c150czr6wihjlkwwgla2jyg3cs7cyjich0mwa"))))
+ "1qfksscfv8rbbzv2zb0i9sbbqmig0dr0vrma3c1kzsfmpsynlqnb"))))
(build-system cargo-build-system)
(arguments
`(#:skip-build? #t
#:cargo-inputs
(("rust-rust-hawktracer-sys" ,rust-rust-hawktracer-sys-0.4))))
- (home-page "https://github.com/AlexEne/rust_hawktracer_normal_macro")
- (synopsis "Helper crate for hawktracer profiling library")
+ (home-page "https://github.com/AlexEne/rust_hawktracer_proc_macro")
+ (synopsis
+ "Helper crate for hawktracer profiling library")
(description
- "This package provides a helper crate for hawktracer profiling library.")
+ "This package is a helper crate for hawktracer profiling library.")
(license (list license:expat license:asl2.0))))
(define-public rust-rust-hawktracer-sys-0.4
--
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.