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-0.5): Order.
Change-Id: I9a7b5045f74dd1f26a4ce4a7476c1c7615c27491
---
gnu/packages/crates-io.scm | 44 +++++++++++++++++++-------------------
1 file changed, 22 insertions(+), 22 deletions(-)
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 87fe67a65d..a166921848 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -15862,28 +15862,6 @@ (define-public rust-const-panic-proc-macros-0.2
(description "Implementation detail of the `const_panic` crate.")
(license license:zlib)))
-(define-public rust-const-str-0.5
- (package
- (name "rust-const-str")
- (version "0.5.7")
- (source
- (origin
- (method url-fetch)
- (uri (crate-uri "const-str" version))
- (file-name (string-append name "-" version ".tar.gz"))
- (sha256
- (base32 "1agvan36a2fgks5w47kk8idym54rdk504p6q2nj8gf9v136cq61n"))))
- (build-system cargo-build-system)
- (arguments
- `(#:cargo-inputs (("rust-const-str-proc-macro" ,rust-const-str-proc-macro-0.5))
- #:cargo-development-inputs (("rust-heck" ,rust-heck-0.4)
- ("rust-http" ,rust-http-1)
- ("rust-regex" ,rust-regex-1))))
- (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
@@ -16938,6 +16916,28 @@ (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-0.5
+ (package
+ (name "rust-const-str")
+ (version "0.5.7")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (crate-uri "const-str" version))
+ (file-name (string-append name "-" version ".tar.gz"))
+ (sha256
+ (base32 "1agvan36a2fgks5w47kk8idym54rdk504p6q2nj8gf9v136cq61n"))))
+ (build-system cargo-build-system)
+ (arguments
+ `(#:cargo-inputs (("rust-const-str-proc-macro" ,rust-const-str-proc-macro-0.5))
+ #:cargo-development-inputs (("rust-heck" ,rust-heck-0.4)
+ ("rust-http" ,rust-http-1)
+ ("rust-regex" ,rust-regex-1))))
+ (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-const-str-proc-macro-0.5
(package
(name "rust-const-str-proc-macro")
--
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.