[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#70606] [PATCH rust-team 086/101] gnu: Place rust-ci-info-0.3 in alp
From: |
Herman Rimm |
Subject: |
[bug#70606] [PATCH rust-team 086/101] gnu: Place rust-ci-info-0.3 in alphabetical order. |
Date: |
Sat, 27 Apr 2024 14:35:48 +0200 |
* gnu/packages/crates-io.scm (rust-ci-info-0.3): Move variable.
Change-Id: I396a9264ed54af9da2149df1c248d414aa0cfa5e
---
gnu/packages/crates-io.scm | 60 +++++++++++++++++++-------------------
1 file changed, 30 insertions(+), 30 deletions(-)
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index c6d88b49e6..73190c3e3d 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -12300,6 +12300,36 @@ (define-public rust-chumsky-0.9
recovery.")
(license license:expat)))
+(define-public rust-ci-info-0.3
+ (package
+ (name "rust-ci-info")
+ (version "0.3.1")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (crate-uri "ci_info" version))
+ (file-name
+ (string-append name "-" version ".tar.gz"))
+ (sha256
+ (base32
+ "00pr17g6q6i752acrkycg0hkq3lm0p634anm41g3m6lqg8q83s75"))))
+ (build-system cargo-build-system)
+ (arguments
+ `(#:cargo-test-flags
+ '("--release" "--"
+ "--skip=ci::ci_test::get_bamboo"
+ "--skip=ci::ci_test::get_taskcluster_runid"
+ "--skip=ci::ci_test::get_buildkite"
+ "--skip=ci::ci_test::get_tfs")
+ #:cargo-inputs
+ (("rust-serde" ,rust-serde-1)
+ ("rust-serde-derive" ,rust-serde-derive-1))))
+ (home-page "https://github.com/sagiegurari/ci_info")
+ (synopsis "Provides current CI environment information")
+ (description
+ "This package provides current CI environment information.")
+ (license license:asl2.0)))
+
(define-public rust-ciborium-0.2
(package
(name "rust-ciborium")
@@ -12413,36 +12443,6 @@ (define-public rust-circular-0.3
"This package provides a stream abstraction designed for use with nom.")
(license license:expat)))
-(define-public rust-ci-info-0.3
- (package
- (name "rust-ci-info")
- (version "0.3.1")
- (source
- (origin
- (method url-fetch)
- (uri (crate-uri "ci_info" version))
- (file-name
- (string-append name "-" version ".tar.gz"))
- (sha256
- (base32
- "00pr17g6q6i752acrkycg0hkq3lm0p634anm41g3m6lqg8q83s75"))))
- (build-system cargo-build-system)
- (arguments
- `(#:cargo-test-flags
- '("--release" "--"
- "--skip=ci::ci_test::get_bamboo"
- "--skip=ci::ci_test::get_taskcluster_runid"
- "--skip=ci::ci_test::get_buildkite"
- "--skip=ci::ci_test::get_tfs")
- #:cargo-inputs
- (("rust-serde" ,rust-serde-1)
- ("rust-serde-derive" ,rust-serde-derive-1))))
- (home-page "https://github.com/sagiegurari/ci_info")
- (synopsis "Provides current CI environment information")
- (description
- "This package provides current CI environment information.")
- (license license:asl2.0)))
-
(define-public rust-clang-ast-0.1
(package
(name "rust-clang-ast")
--
2.41.0
- [bug#70606] [PATCH rust-team 062/101] gnu: Place rust-iri-string-0.7 in alphabetical order., (continued)
- [bug#70606] [PATCH rust-team 062/101] gnu: Place rust-iri-string-0.7 in alphabetical order., Herman Rimm, 2024/04/27
- [bug#70606] [PATCH rust-team 080/101] gnu: Place rust-crc-catalog-2 in alphabetical order., Herman Rimm, 2024/04/27
- [bug#70606] [PATCH rust-team 093/101] gnu: Place rust-av-metrics-0.9 in alphabetical order., Herman Rimm, 2024/04/27
- [bug#70606] [PATCH rust-team 098/101] gnu: Place rust-arr-macro-impl-0.1 in alphabetical order., Herman Rimm, 2024/04/27
- [bug#70606] [PATCH rust-team 096/101] gnu: Place rust-ascii-utils-0.9 in alphabetical order., Herman Rimm, 2024/04/27
- [bug#70606] [PATCH rust-team 094/101] gnu: Place rust-autocompress-0.2 in alphabetical order., Herman Rimm, 2024/04/27
- [bug#70606] [PATCH rust-team 090/101] gnu: Place rust-buffer-redux-1 in alphabetical order., Herman Rimm, 2024/04/27
- [bug#70606] [PATCH rust-team 087/101] gnu: Place rust-chan-0.1 in alphabetical order., Herman Rimm, 2024/04/27
- [bug#70606] [PATCH rust-team 055/101] gnu: Place rust-libmimalloc-sys-0.1 in alphabetical order., Herman Rimm, 2024/04/27
- [bug#70606] [PATCH rust-team 061/101] gnu: Place rust-jsonpath-lib-0.3 in alphabetical order., Herman Rimm, 2024/04/27
- [bug#70606] [PATCH rust-team 086/101] gnu: Place rust-ci-info-0.3 in alphabetical order.,
Herman Rimm <=
- [bug#70606] [PATCH rust-team 063/101] gnu: Place rust-inout-0.1 in alphabetical order., Herman Rimm, 2024/04/27
- [bug#70606] [PATCH rust-team 058/101] gnu: Place rust-k9-0.11 in alphabetical order., Herman Rimm, 2024/04/27
- [bug#70606] [PATCH rust-team 049/101] gnu: Place rust-matchit-0.7 in alphabetical order., Herman Rimm, 2024/04/27
- [bug#70606] [PATCH rust-team 097/101] gnu: Place rust-askama-0.11 in alphabetical order., Herman Rimm, 2024/04/27
- [bug#70606] [PATCH rust-team 100/101] gnu: Place rust-aliasable-deref-trait-0.2 in alphabetical order., Herman Rimm, 2024/04/27
- [bug#70606] [PATCH rust-team 053/101] gnu: Place rust-libtest-mimic-0.3 in alphabetical order., Herman Rimm, 2024/04/27
- [bug#70606] [PATCH rust-team 089/101] gnu: Place rust-bytesize-1 in alphabetical order., Herman Rimm, 2024/04/27
- [bug#70606] [PATCH rust-team 072/101] gnu: Place rust-field-offset-0.3 in alphabetical order., Herman Rimm, 2024/04/27
- [bug#70606] [PATCH rust-team 084/101] gnu: Place rust-claxon-0.4 in alphabetical order., Herman Rimm, 2024/04/27
- [bug#70606] [PATCH rust-team 071/101] gnu: Place rust-fs2-0.4 in alphabetical order., Herman Rimm, 2024/04/27