mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-13 06:36:37 -05:00
gnu: rust-time-core-0.1: Update to 0.1.2.
* gnu/packages/crates-io.scm (rust-time-core-0.1): Update to 0.1.2. Change-Id: Iee5667d93d8c9ccb52b0d9c8ae9e7acf933bfd37 Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
parent
9028cc4301
commit
af26a19e58
1 changed files with 2 additions and 2 deletions
|
@ -81727,13 +81727,13 @@ (define-public rust-timeago-0.4
|
|||
(define-public rust-time-core-0.1
|
||||
(package
|
||||
(name "rust-time-core")
|
||||
(version "0.1.1")
|
||||
(version "0.1.2")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "time-core" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "1yz6d246zbmx9v6wpfg1jyfjlsgagirz7km96pr1mp6snkpzn03k"))))
|
||||
(base32 "1wx3qizcihw6z151hywfzzyd1y5dl804ydyxci6qm07vbakpr4pg"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments '(#:tests? #f)) ; use of undeclared crate or module `time`
|
||||
(home-page "https://github.com/time-rs/time")
|
||||
|
|
Loading…
Reference in a new issue