guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

266/311: gnu: rust-time-core-0.1: Update to 0.1.1.


From: guix-commits
Subject: 266/311: gnu: rust-time-core-0.1: Update to 0.1.1.
Date: Sat, 28 Oct 2023 16:39:35 -0400 (EDT)

efraim pushed a commit to branch rust-team
in repository guix.

commit 6f1b9d23020b9a0e5263ab323f997f70ae24d311
Author: Efraim Flashner <efraim@flashner.co.il>
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 e78c58e2d9..29010e2e71 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -77104,15 +77104,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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]