[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#53995] [PATCH 01/31] gnu: update rust-anyhow to 1.0.53.
From: |
Nicolas Graves |
Subject: |
[bug#53995] [PATCH 01/31] gnu: update rust-anyhow to 1.0.53. |
Date: |
Wed, 16 Feb 2022 02:08:36 +0100 |
---
gnu/packages/crates-io.scm | 13 +++++--------
1 file changed, 5 insertions(+), 8 deletions(-)
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index d21fb240a8..0dfdf4569a 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -2763,7 +2763,7 @@ (define-public rust-antidote-1
(define-public rust-anyhow-1
(package
(name "rust-anyhow")
- (version "1.0.46")
+ (version "1.0.53")
(source
(origin
(method url-fetch)
@@ -2771,15 +2771,12 @@ (define-public rust-anyhow-1
(file-name
(string-append name "-" version ".tar.gz"))
(sha256
- (base32
- "0w0zm1bqk5kbk834r4xszlzqiln4vw5k1lnlswyjkh24khi2ia1s"))))
+ (base32 "1q06xg4jn4lpad7lj1af28x5xdwymgl1k820zj2nnrhlbi2mp94l"))))
(build-system cargo-build-system)
(arguments
- `(#:cargo-development-inputs
- (("rust-futures" ,rust-futures-0.3)
- ("rust-rustversion" ,rust-rustversion-1)
- ("rust-thiserror" ,rust-thiserror-1)
- ("rust-trybuild" ,rust-trybuild-1))))
+ `(#:skip-build? #t
+ #:cargo-inputs
+ (("rust-backtrace" ,rust-backtrace-0.3))))
(home-page "https://github.com/dtolnay/anyhow")
(synopsis "Flexible concrete Error type")
(description "This package provides a flexible concrete Error type built on
--
2.34.0
[bug#53995] [PATCH 02/31] gnu: update rust-arrayvec to 0.7.2., Nicolas Graves, 2022/02/15
[bug#53995] [PATCH 03/31] gnu: update rust-async-trait to 0.1.52., Nicolas Graves, 2022/02/15
[bug#53995] [PATCH 04/31] gnu: update rust-block-padding to 0.2.1., Nicolas Graves, 2022/02/15
[bug#53995] [PATCH 05/31] gnu: update rust-h2 to 0.3.11., Nicolas Graves, 2022/02/15
[bug#53995] [PATCH 06/31] gnu: update rust-libc to 0.2.117., Nicolas Graves, 2022/02/15
[bug#53995] [PATCH 07/31] gnu: update rust-redox-syscall to 0.2.10., Nicolas Graves, 2022/02/15