efraim pushed a commit to branch rust-team
in repository guix.
commit c1e0f56131b3f031d3136e70e890b28cada8ef6f
Author: Efraim Flashner <[email protected]>
AuthorDate: Sat Oct 28 09:56:54 2023 +0300
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
---
gnu/packages/crates-io.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index c1b03f0576..6765645f68 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -77119,15 +77119,15 @@ in Rust.")
(define-public rust-time-core-0.1
(package
(name "rust-time-core")
- (version "0.1.0")
+ (version "0.1.1")
(source (origin
(method url-fetch)
(uri (crate-uri "time-core" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
- (base32
"1z803zwzyh16nk3c4nmkw8v69nyj0r4v8s3yag68mvya38gkw59f"))))
+ (base32
"1yz6d246zbmx9v6wpfg1jyfjlsgagirz7km96pr1mp6snkpzn03k"))))
(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")
(synopsis "Implementation for the time crate")
(description "This crate is an implementation detail for the time crate and