[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: rust-chrono-0.4: Update to 0.4.13.
From: |
guix-commits |
Subject: |
branch master updated: gnu: rust-chrono-0.4: Update to 0.4.13. |
Date: |
Mon, 05 Oct 2020 16:38:37 -0400 |
This is an automated email from the git hooks/post-receive script.
ngz pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new 788cb3c gnu: rust-chrono-0.4: Update to 0.4.13.
788cb3c is described below
commit 788cb3cb3b13a549bb80b70e5232b31f04c551a2
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Mon Oct 5 22:37:47 2020 +0200
gnu: rust-chrono-0.4: Update to 0.4.13.
* gnu/packages/crates-io.scm (rust-chrono-0.4): Update to 0.4.13.
---
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 7ff2308..e30167f 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -2940,7 +2940,7 @@ depending on a large number of #[cfg] parameters.
Structured like an
(define-public rust-chrono-0.4
(package
(name "rust-chrono")
- (version "0.4.11")
+ (version "0.4.13")
(source
(origin
(method url-fetch)
@@ -2949,7 +2949,7 @@ depending on a large number of #[cfg] parameters.
Structured like an
(string-append name "-" version ".tar.gz"))
(sha256
(base32
- "1cmmxamkzzs36zncqjjr7qm7xkb6zyrkjslnlj3axdgqki84y2c0"))))
+ "1dm0q1kmk2vq5djwhp1j9cm4aa38wr9vy1i1w19p2y0nj4188kf7"))))
(build-system cargo-build-system)
(arguments
`(#:skip-build? #t
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: gnu: rust-chrono-0.4: Update to 0.4.13.,
guix-commits <=