gnu: rust-countme-3: Order alphabetically.

* gnu/packages/crates-io.scm (rust-countme-3): Order.

Change-Id: I30445938626d84a4a85c2aa0148b27275641ad34
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
Herman Rimm 2024-12-24 16:32:31 +01:00 committed by Efraim Flashner
parent 4a098d93ef
commit ea0beb7b1c
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -17861,6 +17861,32 @@ in @code{no_std}. Alloc support is optional.")
(description "Counts the instructions executed within a single function.")
(license (list license:expat license:asl2.0))))
(define-public rust-countme-3
(package
(name "rust-countme")
(version "3.0.0")
(source
(origin
(method url-fetch)
(uri (crate-uri "countme" version))
(file-name
(string-append name "-" version ".tar.gz"))
(sha256
(base32
"10z4r1xx77sr8axp3lsgc0azidazwgnhpzig2gcx5dfrdl66wx03"))))
(build-system cargo-build-system)
(arguments
`(#:cargo-inputs
(("rust-dashmap" ,rust-dashmap-4)
("rust-once-cell" ,rust-once-cell-1)
("rust-rustc-hash" ,rust-rustc-hash-1))))
(home-page "https://github.com/matklad/countme")
(synopsis
"Counts the number of live instances of types")
(description
"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")
@ -17946,32 +17972,6 @@ in @code{no_std}. Alloc support is optional.")
"check-cfg = ['cfg(coverage_nightly)'] }"
"\n" "\n" all)))))))))
(define-public rust-countme-3
(package
(name "rust-countme")
(version "3.0.0")
(source
(origin
(method url-fetch)
(uri (crate-uri "countme" version))
(file-name
(string-append name "-" version ".tar.gz"))
(sha256
(base32
"10z4r1xx77sr8axp3lsgc0azidazwgnhpzig2gcx5dfrdl66wx03"))))
(build-system cargo-build-system)
(arguments
`(#:cargo-inputs
(("rust-dashmap" ,rust-dashmap-4)
("rust-once-cell" ,rust-once-cell-1)
("rust-rustc-hash" ,rust-rustc-hash-1))))
(home-page "https://github.com/matklad/countme")
(synopsis
"Counts the number of live instances of types")
(description
"This package provides a counts the number of live instances of types.")
(license (list license:expat license:asl2.0))))
(define-public rust-cpal-0.13
(package
(name "rust-cpal")