[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#70606] [PATCH rust-team 081/101] gnu: Place rust-cov-mark-2 in alph
From: |
Herman Rimm |
Subject: |
[bug#70606] [PATCH rust-team 081/101] gnu: Place rust-cov-mark-2 in alphabetical order. |
Date: |
Sat, 27 Apr 2024 14:35:43 +0200 |
* gnu/packages/crates-io.scm (rust-cov-mark-2): Move variable.
Change-Id: Ie593b52e3136a43a1e0ee5d2584a55624973c297
---
gnu/packages/crates-io.scm | 39 +++++++++++++++++++-------------------
1 file changed, 19 insertions(+), 20 deletions(-)
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index a99527cfb8..329b6474f0 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -16205,26 +16205,6 @@ (define-public rust-core-arch-0.1
intrinsics.")
(license (list license:expat license:asl2.0))))
-(define-public rust-cov-mark-2
- (package
- (name "rust-cov-mark")
- (version "2.0.0-pre.1")
- (source
- (origin
- (method url-fetch)
- (uri (crate-uri "cov-mark" version))
- (file-name
- (string-append name "-" version ".tar.gz"))
- (sha256
- (base32
- "0jj4yz70k31ax1n3s7iyjv1k5yzrm4hkibrazqciycyrdgvxhj0d"))))
- (arguments `(#:skip-build? #t))
- (build-system cargo-build-system)
- (home-page "https://github.com/matklad/cov-mark")
- (synopsis "Manual coverage marks")
- (description "This package provides a Manual coverage marks.")
- (license (list license:expat license:asl2.0))))
-
(define-public rust-count-instructions-0.1
(package
(name "rust-count-instructions")
@@ -16272,6 +16252,25 @@ (define-public rust-countme-3
"This package provides a counts the number of live instances of types.")
(license (list license:expat license:asl2.0))))
+(define-public rust-cov-mark-2
+ (package
+ (name "rust-cov-mark")
+ (version "2.0.0-pre.1")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (crate-uri "cov-mark" version))
+ (file-name (string-append name "-" version ".tar.gz"))
+ (sha256
+ (base32 "0jj4yz70k31ax1n3s7iyjv1k5yzrm4hkibrazqciycyrdgvxhj0d"))))
+ (arguments
+ `(#:skip-build? #t))
+ (build-system cargo-build-system)
+ (home-page "https://github.com/matklad/cov-mark")
+ (synopsis "Manual coverage marks")
+ (description "This package provides a Manual coverage marks.")
+ (license (list license:expat license:asl2.0))))
+
(define-public rust-cpal-0.13
(package
(name "rust-cpal")
--
2.41.0
- [bug#70606] [PATCH rust-team 059/101] gnu: Place rust-kqueue-sys-1 in alphabetical order., (continued)
- [bug#70606] [PATCH rust-team 059/101] gnu: Place rust-kqueue-sys-1 in alphabetical order., Herman Rimm, 2024/04/27
- [bug#70606] [PATCH rust-team 066/101] gnu: Place rust-humantime-serde-1 in alphabetical order., Herman Rimm, 2024/04/27
- [bug#70606] [PATCH rust-team 064/101] gnu: Place rust-iana-time-zone-haiku-0.1 in alphabetical order., Herman Rimm, 2024/04/27
- [bug#70606] [PATCH rust-team 054/101] gnu: Place rust-libz-sys-1 in alphabetical order., Herman Rimm, 2024/04/27
- [bug#70606] [PATCH rust-team 052/101] gnu: Place rust-local-ip-address-0.4 in alphabetical order., Herman Rimm, 2024/04/27
- [bug#70606] [PATCH rust-team 057/101] gnu: Place rust-language-tags-0.3 in alphabetical order., Herman Rimm, 2024/04/27
- [bug#70606] [PATCH rust-team 076/101] gnu: Place rust-dyn-clone-1 in alphabetical order., Herman Rimm, 2024/04/27
- [bug#70606] [PATCH rust-team 069/101] gnu: Place rust-home-0.5 in alphabetical order., Herman Rimm, 2024/04/27
- [bug#70606] [PATCH rust-team 099/101] gnu: Place rust-argh-shared-0.1 in alphabetical order., Herman Rimm, 2024/04/27
- [bug#70606] [PATCH rust-team 079/101] gnu: Place rust-csv-index-0.1 in alphabetical order., Herman Rimm, 2024/04/27
- [bug#70606] [PATCH rust-team 081/101] gnu: Place rust-cov-mark-2 in alphabetical order.,
Herman Rimm <=
- [bug#70606] [PATCH rust-team 085/101] gnu: Place rust-clap-cargo-0.12 in alphabetical order., Herman Rimm, 2024/04/27
- [bug#70606] [PATCH rust-team 050/101] gnu: Place rust-markup-proc-macro-0.13 in alphabetical order., Herman Rimm, 2024/04/27
- [bug#70606] [PATCH rust-team 073/101] gnu: Place rust-fakeit-1 in alphabetical order., Herman Rimm, 2024/04/27
- [bug#70606] [PATCH rust-team 082/101] gnu: Place rust-core-arch-0.1 in alphabetical order., Herman Rimm, 2024/04/27
- [bug#70606] [PATCH rust-team 078/101] gnu: Place rust-dhcp4r-0.2 in alphabetical order., Herman Rimm, 2024/04/27
- [bug#70606] [PATCH rust-team 028/101] gnu: Place rust-pyo3-* packages in alphabetical order., Herman Rimm, 2024/04/27
- [bug#70606] [PATCH rust-team 040/101] gnu: Place rust-notify-debouncer-mini-0.4 in alphabetical order., Herman Rimm, 2024/04/27
- [bug#70606] [PATCH rust-team 042/101] gnu: Place rust-nom8-0.2 in alphabetical order., Herman Rimm, 2024/04/27
- [bug#70606] [PATCH rust-team 043/101] gnu: Place rust-nispor-1 in alphabetical order., Herman Rimm, 2024/04/27
- [bug#70606] [PATCH rust-team 048/101] gnu: Place rust-matrixcompare-core-0.1 in alphabetical order., Herman Rimm, 2024/04/27