mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-21 09:37:03 +01:00
gnu: rust-compound-duration-1: Order alphabetically.
* gnu/packages/crates-io.scm (rust-compound-duration-1): Order. Change-Id: I781159112c9a53e04f3682071e60f71d704618e5 Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
parent
b910283ca6
commit
4ffea68d76
1 changed files with 19 additions and 19 deletions
|
@ -15715,25 +15715,6 @@ (define-public rust-compact-str-0.7
|
|||
stores strings on the stack, when possible.")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public rust-compound-duration-1
|
||||
(package
|
||||
(name "rust-compound-duration")
|
||||
(version "1.2.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "compound_duration" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "0rb5kasd7044xxb73wz2qqxv6iwawp9gipvqhya8yybafh7a679r"))))
|
||||
(build-system cargo-build-system)
|
||||
(home-page "https://docs.rs/compound_duration/latest/compound_duration/")
|
||||
(synopsis "Convert seconds to compound duration")
|
||||
(description
|
||||
"Convert seconds to compound duration, such as: week, days, hours,
|
||||
minutes, seconds.")
|
||||
(license license:bsd-3)))
|
||||
|
||||
;; This package requires features which are unavailable
|
||||
;; on the stable releases of Rust.
|
||||
(define-public rust-compiler-builtins-0.1
|
||||
|
@ -15953,6 +15934,25 @@ (define-public rust-completest-pty-0.5
|
|||
"This package provides running completions for your program.")
|
||||
(license (list license:expat license:asl2.0))))
|
||||
|
||||
(define-public rust-compound-duration-1
|
||||
(package
|
||||
(name "rust-compound-duration")
|
||||
(version "1.2.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "compound_duration" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "0rb5kasd7044xxb73wz2qqxv6iwawp9gipvqhya8yybafh7a679r"))))
|
||||
(build-system cargo-build-system)
|
||||
(home-page "https://docs.rs/compound_duration/latest/compound_duration/")
|
||||
(synopsis "Convert seconds to compound duration")
|
||||
(description
|
||||
"Convert seconds to compound duration, such as: week, days, hours,
|
||||
minutes, seconds.")
|
||||
(license license:bsd-3)))
|
||||
|
||||
(define-public rust-comrak-0.18
|
||||
(package
|
||||
(name "rust-comrak")
|
||||
|
|
Loading…
Reference in a new issue