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
Message #50 received at 75069 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/crates-io.scm (rust-salsa-macros-0.17): Order.
Change-Id: I9660dfc4683a39ee0f01408c9ebdf70471cc986a
---
gnu/packages/crates-io.scm | 58 +++++++++++++++++++-------------------
1 file changed, 29 insertions(+), 29 deletions(-)
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 0be68b7abb..b145980c20 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -72878,35 +72878,6 @@ (define-public rust-s3handler-0.7
"This package is a s3 handler for S3 Rich Support client (S3RS).")
(license license:expat)))
-(define-public rust-salsa-macros-0.17
- (package
- (name "rust-salsa-macros")
- (version "0.17.0-pre.2")
- (source
- (origin
- (method url-fetch)
- (uri (crate-uri "salsa-macros" version))
- (file-name
- (string-append name "-" version ".tar.gz"))
- (sha256
- (base32
- "1xrgb38l5fhv3lqx2lwnqc3s2zrgxmj63cd7kl0vyl7m5lsjwv5c"))))
- (build-system cargo-build-system)
- (arguments
- `(#:skip-build?
- #t
- #:cargo-inputs
- (("rust-heck" ,rust-heck-0.3)
- ("rust-proc-macro2" ,rust-proc-macro2-1)
- ("rust-quote" ,rust-quote-1)
- ("rust-syn" ,rust-syn-1))))
- (home-page "https://github.com/salsa-rs/salsa")
- (synopsis
- "Procedural macros for the salsa crate")
- (description
- "This package provides a procedural macros for the salsa crate.")
- (license (list license:asl2.0 license:expat))))
-
(define-public rust-safe-arch-0.7
(package
(name "rust-safe-arch")
@@ -73043,6 +73014,35 @@ (define-public rust-salsa-0.17
computation (experimental)")
(license (list license:asl2.0 license:expat))))
+(define-public rust-salsa-macros-0.17
+ (package
+ (name "rust-salsa-macros")
+ (version "0.17.0-pre.2")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (crate-uri "salsa-macros" version))
+ (file-name
+ (string-append name "-" version ".tar.gz"))
+ (sha256
+ (base32
+ "1xrgb38l5fhv3lqx2lwnqc3s2zrgxmj63cd7kl0vyl7m5lsjwv5c"))))
+ (build-system cargo-build-system)
+ (arguments
+ `(#:skip-build?
+ #t
+ #:cargo-inputs
+ (("rust-heck" ,rust-heck-0.3)
+ ("rust-proc-macro2" ,rust-proc-macro2-1)
+ ("rust-quote" ,rust-quote-1)
+ ("rust-syn" ,rust-syn-1))))
+ (home-page "https://github.com/salsa-rs/salsa")
+ (synopsis
+ "Procedural macros for the salsa crate")
+ (description
+ "This package provides a procedural macros for the salsa crate.")
+ (license (list license:asl2.0 license:expat))))
+
(define-public rust-same-file-1
(package
(name "rust-same-file")
--
2.45.2
This bug report was last modified 226 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.