mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-18 12:47:33 -05:00
gnu: rust-time-0.2: Update to 0.2.27.
* gnu/packages/crates-io.scm (rust-time-0.2): Update to 0.2.27. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
This commit is contained in:
parent
cb7d147734
commit
dad2a0f26c
1 changed files with 2 additions and 2 deletions
|
@ -58528,14 +58528,14 @@ (define-public rust-time-0.2
|
|||
(package
|
||||
(inherit rust-time-0.3)
|
||||
(name "rust-time")
|
||||
(version "0.2.23")
|
||||
(version "0.2.27")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "time" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "12z95k0005rmyn9pf9v4hq80khsns7y5wfydnjr5jpci2yiyxnmw"))))
|
||||
(base32 "0hm209d078jfgxzjhi5xqim64q31rlj1h70zz57qbmpbirzsjlj7"))))
|
||||
(arguments
|
||||
`(#:cargo-inputs
|
||||
(("rust-const-fn" ,rust-const-fn-0.4)
|
||||
|
|
Loading…
Reference in a new issue