aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Baines <mail@cbaines.net>2020-10-27 11:10:36 +0000
committerChristopher Baines <mail@cbaines.net>2020-10-27 11:10:36 +0000
commite74e7bf75ceb1c9eaaed419e996a2774e9c818ee (patch)
treeeb10db19a0296c70fd96fc14e456082f1ccd3db6
parente2313784f4b0ce33089b5ca4adaff72e612575e4 (diff)
downloadguix-e74e7bf75ceb1c9eaaed419e996a2774e9c818ee.tar
guix-e74e7bf75ceb1c9eaaed419e996a2774e9c818ee.tar.gz
rust-anyhow 1.0.32
-rw-r--r--gnu/packages/crates-io.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 84c29c1512..0c51df4dd1 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -758,7 +758,7 @@ be used with the stdlib.")
(define-public rust-anyhow-1.0
(package
(name "rust-anyhow")
- (version "1.0.26")
+ (version "1.0.32")
(source
(origin
(method url-fetch)
@@ -767,7 +767,7 @@ be used with the stdlib.")
(string-append name "-" version ".tar.gz"))
(sha256
(base32
- "0g6mzcxyj88k8bv8rr3zx4yczgimqvvgr12n14a29sqj6s1zc9bq"))))
+ "16snp36f7d4widi9vs7b1lkn32hy49jwsnl9ycqc288djkz2nq3b"))))
(build-system cargo-build-system)
(arguments
`(#:skip-build? #t