me
/
guix
Archived
1
0
Fork 0

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>
master
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
1 changed files with 2 additions and 2 deletions

View File

@ -81727,13 +81727,13 @@ durations into strings. For example, \"1 hour ago\" or \"01hou\".")
(define-public rust-time-core-0.1 (define-public rust-time-core-0.1
(package (package
(name "rust-time-core") (name "rust-time-core")
(version "0.1.1") (version "0.1.2")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (crate-uri "time-core" version)) (uri (crate-uri "time-core" version))
(file-name (string-append name "-" version ".tar.gz")) (file-name (string-append name "-" version ".tar.gz"))
(sha256 (sha256
(base32 "1yz6d246zbmx9v6wpfg1jyfjlsgagirz7km96pr1mp6snkpzn03k")))) (base32 "1wx3qizcihw6z151hywfzzyd1y5dl804ydyxci6qm07vbakpr4pg"))))
(build-system cargo-build-system) (build-system cargo-build-system)
(arguments '(#:tests? #f)) ; use of undeclared crate or module `time` (arguments '(#:tests? #f)) ; use of undeclared crate or module `time`
(home-page "https://github.com/time-rs/time") (home-page "https://github.com/time-rs/time")