mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-21 09:37:03 +01:00
gnu: rust-time-0.3: Update to 0.3.36.
* gnu/packages/crates-io.scm (rust-time-0.3): Update to 0.3.36. Change-Id: I59bbfbc250bfa1c35d14fed6ea8f13961b79f46b
This commit is contained in:
parent
dcd75bb059
commit
1b4106549f
1 changed files with 2 additions and 2 deletions
|
@ -80896,14 +80896,14 @@ (define-public rust-tikv-jemalloc-ctl-0.4
|
|||
(define-public rust-time-0.3
|
||||
(package
|
||||
(name "rust-time")
|
||||
(version "0.3.34")
|
||||
(version "0.3.36")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "time" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "0jc7wgprzqjhzd0nqkbmdlnjwyddnswmjw86ni2vq55v45jqn968"))))
|
||||
(base32 "11g8hdpahgrf1wwl2rpsg5nxq3aj7ri6xr672v4qcij6cgjqizax"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:tests? #f ; Not all files included
|
||||
|
|
Loading…
Reference in a new issue