Archived
1
0
Fork 0

gnu: rust-time-core-0.1: Update to 0.1.1.

* gnu/packages/crates-io.scm (rust-time-core-0.1): Update to 0.1.1.

Change-Id: I475e497457e05733d1c5732e2193e2b613b40eba
This commit is contained in:
Efraim Flashner 2023-10-28 09:56:54 +03:00
parent ad153f1e0b
commit 02fa7cfef2
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -77119,15 +77119,15 @@ in Rust.")
(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.0") (version "0.1.1")
(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 "1z803zwzyh16nk3c4nmkw8v69nyj0r4v8s3yag68mvya38gkw59f")))) (base32 "1yz6d246zbmx9v6wpfg1jyfjlsgagirz7km96pr1mp6snkpzn03k"))))
(build-system cargo-build-system) (build-system cargo-build-system)
(arguments '(#:tests? #f)) ; Doc tests fail. (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")
(synopsis "Implementation for the time crate") (synopsis "Implementation for the time crate")
(description "This crate is an implementation detail for the time crate and (description "This crate is an implementation detail for the time crate and