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:
Jaeme Sifat 2023-12-19 22:54:46 -05:00 committed by Efraim Flashner
parent 9028cc4301
commit af26a19e58
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -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")