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-guess-host-triple-0.1): Order.
Change-Id: Iaced5af3d496f57d6e0cdb60c61aff762d413250
---
gnu/packages/crates-io.scm | 54 +++++++++++++++++++-------------------
1 file changed, 27 insertions(+), 27 deletions(-)
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 2104ead3a5..088d5a63ee 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -33443,6 +33443,33 @@ (define-public rust-groupable-0.2
"This package aggregates groups of values from key-value iterators.")
(license license:expat)))
+(define-public rust-guess-host-triple-0.1
+ (package
+ (name "rust-guess-host-triple")
+ (version "0.1.4")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (crate-uri "guess_host_triple" version))
+ (file-name (string-append name "-" version ".tar.gz"))
+ (sha256
+ (base32 "062fs1jkg157240cdn6dw11zm1c02llm9kp95knq6b4s6iijgmjx"))))
+ (build-system cargo-build-system)
+ (arguments
+ `(#:cargo-inputs (("rust-errno" ,rust-errno-0.2)
+ ("rust-libc" ,rust-libc-0.2)
+ ("rust-log" ,rust-log-0.4)
+ ("rust-winapi" ,rust-winapi-0.3))
+ #:cargo-development-inputs (("rust-env-logger" ,rust-env-logger-0.5)
+ ("rust-version-sync" ,rust-version-sync-0.9))))
+ (home-page "https://gitlab.com/Screwtapello/guess_host_triple/")
+ (synopsis
+ "Guess which Rust-supported platform is running the current code")
+ (description
+ "This package provides Guess which Rust-supported platform is running the
+current code.")
+ (license (list license:expat license:asl2.0))))
+
(define-public rust-gumdrop-0.8
(package
(name "rust-gumdrop")
@@ -33488,33 +33515,6 @@ (define-public rust-gumdrop-derive-0.8
(description "This package provides custom derive support for gumdrop.")
(license (list license:expat license:asl2.0))))
-(define-public rust-guess-host-triple-0.1
- (package
- (name "rust-guess-host-triple")
- (version "0.1.4")
- (source
- (origin
- (method url-fetch)
- (uri (crate-uri "guess_host_triple" version))
- (file-name (string-append name "-" version ".tar.gz"))
- (sha256
- (base32 "062fs1jkg157240cdn6dw11zm1c02llm9kp95knq6b4s6iijgmjx"))))
- (build-system cargo-build-system)
- (arguments
- `(#:cargo-inputs (("rust-errno" ,rust-errno-0.2)
- ("rust-libc" ,rust-libc-0.2)
- ("rust-log" ,rust-log-0.4)
- ("rust-winapi" ,rust-winapi-0.3))
- #:cargo-development-inputs (("rust-env-logger" ,rust-env-logger-0.5)
- ("rust-version-sync" ,rust-version-sync-0.9))))
- (home-page "https://gitlab.com/Screwtapello/guess_host_triple/")
- (synopsis
- "Guess which Rust-supported platform is running the current code")
- (description
- "This package provides Guess which Rust-supported platform is running the
-current code.")
- (license (list license:expat license:asl2.0))))
-
(define-public rust-gzip-header-1
(package
(name "rust-gzip-header")
--
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.