[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#69257] [PATCH 013/228] gnu: Place rust-uom-0.34 in alphabetical ord
From: |
Herman Rimm |
Subject: |
[bug#69257] [PATCH 013/228] gnu: Place rust-uom-0.34 in alphabetical order. |
Date: |
Sun, 18 Feb 2024 22:02:11 +0100 |
gnu/packages/crates-io.scm (rust-uom-0.34): Move variable.
Change-Id: If39e8260bc36dab3ded291a55b634769340a1b22
---
gnu/packages/crates-io.scm | 68 +++++++++++++++++++-------------------
1 file changed, 34 insertions(+), 34 deletions(-)
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 6a3eea907e..32d98757ea 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -14770,40 +14770,6 @@ (define-public rust-cpuprofiler-0.0
(description "This package provides bindings to Google's cpu profiler.")
(license license:bsd-2)))
-(define-public rust-uom-0.34
- (package
- (name "rust-uom")
- (version "0.34.0")
- (source (origin
- (method url-fetch)
- (uri (crate-uri "uom" version))
- (file-name (string-append name "-" version ".tar.gz"))
- (sha256
- (base32
- "190n79b5ywa9w0j13ld0q6dphz7vzsjkwrpp8pjnwrczsvfhxxg8"))))
- (build-system cargo-build-system)
- (arguments
- `(#:cargo-inputs (("rust-num-complex" ,rust-num-complex-0.4)
- ("rust-num-rational" ,rust-num-rational-0.4)
- ("rust-num-traits" ,rust-num-traits-0.2)
- ("rust-typenum" ,rust-typenum-1)
- ("rust-serde" ,rust-serde-1)
- ("rust-num-bigint" ,rust-num-bigint-0.4))
- #:cargo-development-inputs (("rust-approx" ,rust-approx-0.5)
- ("rust-quickcheck" ,rust-quickcheck-0.8)
- ("rust-serde-json" ,rust-serde-json-1)
- ("rust-static-assertions"
,rust-static-assertions-1))))
- (home-page "https://github.com/iliekturtles/uom")
- (synopsis "Units of measurement")
- (description
- "@code{uom} (Units of measurement) is a crate that does automatic
type-safe
-zero-cost dimensional analysis. You can create your own systems or use the
pre-built
-International System of Units (SI) which is based on the International System
of
-Quantities (ISQ) and includes numerous quantities (length, mass, time, ...)
with
-conversion factors for even more numerous measurement units (meter, kilometer,
foot,
-mile, ...).")
- (license (list license:expat license:asl2.0))))
-
(define-public rust-cradle-0.2
(package
(name "rust-cradle")
@@ -75834,6 +75800,40 @@ (define-public rust-untrusted-0.6
(sha256
(base32 "0byf88b7ca1kb5aap8f6npp6xncvg95dnma8ipmnmd4n9r5izkam"))))))
+(define-public rust-uom-0.34
+ (package
+ (name "rust-uom")
+ (version "0.34.0")
+ (source (origin
+ (method url-fetch)
+ (uri (crate-uri "uom" version))
+ (file-name (string-append name "-" version ".tar.gz"))
+ (sha256
+ (base32
+ "190n79b5ywa9w0j13ld0q6dphz7vzsjkwrpp8pjnwrczsvfhxxg8"))))
+ (build-system cargo-build-system)
+ (arguments
+ `(#:cargo-inputs (("rust-num-complex" ,rust-num-complex-0.4)
+ ("rust-num-rational" ,rust-num-rational-0.4)
+ ("rust-num-traits" ,rust-num-traits-0.2)
+ ("rust-typenum" ,rust-typenum-1)
+ ("rust-serde" ,rust-serde-1)
+ ("rust-num-bigint" ,rust-num-bigint-0.4))
+ #:cargo-development-inputs (("rust-approx" ,rust-approx-0.5)
+ ("rust-quickcheck" ,rust-quickcheck-0.8)
+ ("rust-serde-json" ,rust-serde-json-1)
+ ("rust-static-assertions"
,rust-static-assertions-1))))
+ (home-page "https://github.com/iliekturtles/uom")
+ (synopsis "Units of measurement")
+ (description
+ "@code{uom} (Units of measurement) is a crate that does automatic
type-safe
+zero-cost dimensional analysis. You can create your own systems or use the
pre-built
+International System of Units (SI) which is based on the International System
of
+Quantities (ISQ) and includes numerous quantities (length, mass, time, ...)
with
+conversion factors for even more numerous measurement units (meter, kilometer,
foot,
+mile, ...).")
+ (license (list license:expat license:asl2.0))))
+
(define-public rust-ureq-2
(package
(name "rust-ureq")
--
2.41.0
- [bug#69257] [PATCH 014/228] gnu: Place rust-thousands-0.2 in alphabetical order., (continued)
- [bug#69257] [PATCH 014/228] gnu: Place rust-thousands-0.2 in alphabetical order., Herman Rimm, 2024/02/18
- [bug#69257] [PATCH 017/228] gnu: Add rust-branches-0.1., Herman Rimm, 2024/02/18
- [bug#69257] [PATCH 008/228] gnu: Add rust-compiletest-rs-0.9., Herman Rimm, 2024/02/18
- [bug#69257] [PATCH 020/228] gnu: Place rust-rpassword-5 in alphabetical order., Herman Rimm, 2024/02/18
- [bug#69257] [PATCH 022/228] gnu: Place rust-rpassword-7 in alphabetical order., Herman Rimm, 2024/02/18
- [bug#69257] [PATCH 030/228] gnu: Add rust-eyeball-0.8., Herman Rimm, 2024/02/18
- [bug#69257] [PATCH 033/228] gnu: Add rust-k256-0.13., Herman Rimm, 2024/02/18
- [bug#69257] [PATCH 034/228] gnu: Add rust-mas-iana-0.7., Herman Rimm, 2024/02/18
- [bug#69257] [PATCH 002/228] gnu: Add rust-anymap2-0.13., Herman Rimm, 2024/02/18
- [bug#69257] [PATCH 003/228] gnu: Add rust-aquamarine-0.5., Herman Rimm, 2024/02/18
- [bug#69257] [PATCH 013/228] gnu: Place rust-uom-0.34 in alphabetical order.,
Herman Rimm <=
- [bug#69257] [PATCH 012/228] gnu: Add rust-imbl-2., Herman Rimm, 2024/02/18
- [bug#69257] [PATCH 016/228] gnu: Add rust-stream-assert-0.1., Herman Rimm, 2024/02/18
- [bug#69257] [PATCH 029/228] gnu: Add rust-readlock-tokio-0.1., Herman Rimm, 2024/02/18
- [bug#69257] [PATCH 059/228] gnu: Add rust-http-range-header-0.4., Herman Rimm, 2024/02/18
- [bug#69257] [PATCH 083/228] gnu: Place rust-paw-raw-1 in alphabetical order., Herman Rimm, 2024/02/18
- [bug#69257] [PATCH 004/228] gnu: Add rust-as-variant-1., Herman Rimm, 2024/02/18
- [bug#69257] [PATCH 010/228] gnu: Add rust-bitmaps-3., Herman Rimm, 2024/02/18
- [bug#69257] [PATCH 018/228] gnu: Place rust-rusticata-macros-4 in alphabetical order., Herman Rimm, 2024/02/18
- [bug#69257] [PATCH 026/228] gnu: Place rust-rodio-0.15 in alphabetical order., Herman Rimm, 2024/02/18
- [bug#69257] [PATCH 025/228] gnu: Place rust-roxmltree-0.14 in alphabetical order., Herman Rimm, 2024/02/18