guix-patches
[Top][All Lists]
Advanced

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

[bug#67592] [PATCH 01/20] gnu: rust-time-core: Update to 0.1.2.


From: Rémi Teissier
Subject: [bug#67592] [PATCH 01/20] gnu: rust-time-core: Update to 0.1.2.
Date: Tue, 12 Dec 2023 22:16:39 +0100

Change-Id: I08374bf746b78ffbbb2ee65e11ec316cd11fbd9c
---
 gnu/packages/crates-io.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index d42ff60a20d..ed97c340280 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -74105,13 +74105,13 @@ (define-public rust-time-0.1
 (define-public rust-time-core-0.1
   (package
     (name "rust-time-core")
-    (version "0.1.0")
+    (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 
"1z803zwzyh16nk3c4nmkw8v69nyj0r4v8s3yag68mvya38gkw59f"))))
+               (base32 
"1wx3qizcihw6z151hywfzzyd1y5dl804ydyxci6qm07vbakpr4pg"))))
     (build-system cargo-build-system)
     (arguments '(#:tests? #f))      ; Doc tests fail.
     (home-page "https://github.com/time-rs/time";)
-- 
2.41.0






reply via email to

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