mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-02 08:07:29 +01:00
gnu: Add rust-compound-duration-1.
* gnu/packages/crates-io.scm (rust-compound-duration-1): New variable. Change-Id: I12876b700a8b555ac86c6f3806a2eb0acffd869b
This commit is contained in:
parent
129455f269
commit
9fd58590e3
1 changed files with 19 additions and 0 deletions
|
@ -14353,6 +14353,25 @@ (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)))
|
||||
|
||||
(define-public rust-const-cstr-0.3
|
||||
(package
|
||||
(name "rust-const-cstr")
|
||||
|
|
Loading…
Reference in a new issue