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-const-str-proc-macro-0.5): Order.
Change-Id: Ic5a2582ffb38c416631bef7a82ebc6906e696012
---
gnu/packages/crates-io.scm | 48 +++++++++++++++++++-------------------
1 file changed, 24 insertions(+), 24 deletions(-)
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 29a57e3a10..87fe67a65d 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -15884,30 +15884,6 @@ (define-public rust-const-str-0.5
(description "This package provides compile-time string operations.")
(license license:expat)))
-(define-public rust-const-str-proc-macro-0.5
- (package
- (name "rust-const-str-proc-macro")
- (version "0.5.7")
- (source
- (origin
- (method url-fetch)
- (uri (crate-uri "const-str-proc-macro" version))
- (file-name (string-append name "-" version ".tar.gz"))
- (sha256
- (base32 "1gw4kzrrgrsgggi765xkq0svqdjw6rqp97nyyvp3a96dghbhfc1x"))))
- (build-system cargo-build-system)
- (arguments
- `(#:cargo-inputs (("rust-heck" ,rust-heck-0.4)
- ("rust-http" ,rust-http-1)
- ("rust-proc-macro2" ,rust-proc-macro2-1)
- ("rust-quote" ,rust-quote-1)
- ("rust-regex" ,rust-regex-1)
- ("rust-syn" ,rust-syn-2))))
- (home-page "https://github.com/Nugine/const-str")
- (synopsis "Compile-time string operations")
- (description "This package provides compile-time string operations.")
- (license license:expat)))
-
;; This package requires features which are unavailable
;; on the stable releases of Rust.
(define-public rust-compiler-builtins-0.1
@@ -16962,6 +16938,30 @@ (define-public rust-const-sha1-0.2
"This package provides a sha1 implementation for use in const contexts.")
(license (list license:asl2.0 license:expat))))
+(define-public rust-const-str-proc-macro-0.5
+ (package
+ (name "rust-const-str-proc-macro")
+ (version "0.5.7")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (crate-uri "const-str-proc-macro" version))
+ (file-name (string-append name "-" version ".tar.gz"))
+ (sha256
+ (base32 "1gw4kzrrgrsgggi765xkq0svqdjw6rqp97nyyvp3a96dghbhfc1x"))))
+ (build-system cargo-build-system)
+ (arguments
+ `(#:cargo-inputs (("rust-heck" ,rust-heck-0.4)
+ ("rust-http" ,rust-http-1)
+ ("rust-proc-macro2" ,rust-proc-macro2-1)
+ ("rust-quote" ,rust-quote-1)
+ ("rust-regex" ,rust-regex-1)
+ ("rust-syn" ,rust-syn-2))))
+ (home-page "https://github.com/Nugine/const-str")
+ (synopsis "Compile-time string operations")
+ (description "This package provides compile-time string operations.")
+ (license license:expat)))
+
(define-public rust-constant-time-eq-0.3
(package
(name "rust-constant-time-eq")
--
2.45.2
This bug report was last modified 206 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.