GNU bug report logs - #67592
[PATCH 00/14] gnu: rust-git2: Update to 0.18.1

Previous Next

Package: guix-patches;

Reported by: Rémi Teissier <rteissier.code <at> chillpc.fr>

Date: Sat, 2 Dec 2023 21:28:03 UTC

Severity: normal

Tags: patch

Done: Efraim Flashner <efraim <at> flashner.co.il>

Bug is archived. No further changes may be made.

Full log


Message #56 received at 67592 <at> debbugs.gnu.org (full text, mbox):

From: Rémi Teissier <rteissier.code <at> chillpc.fr>
To: 67592 <at> debbugs.gnu.org
Cc: Rémi Teissier <rteissier.code <at> chillpc.fr>
Subject: [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





This bug report was last modified 1 year and 235 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.