GNU bug report logs -
#71076
[PATCH 00/81] Add matrix-conduit and ruma-0.10.
Previous Next
Full log
View this message in rfc822 format
* gnu/packages/crates-web.scm (rust-hyper-1): Update to 1.3.1.
Change-Id: I7fae47334ccb94ef1d6929ae90a8cb36a8c0dfca
---
gnu/packages/crates-web.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/crates-web.scm b/gnu/packages/crates-web.scm
index 0b7056b84d..a28a3f7847 100644
--- a/gnu/packages/crates-web.scm
+++ b/gnu/packages/crates-web.scm
@@ -3539,14 +3539,14 @@ (define-public rust-httpdate-1
(define-public rust-hyper-1
(package
(name "rust-hyper")
- (version "1.2.0")
+ (version "1.3.1")
(source
(origin
(method url-fetch)
(uri (crate-uri "hyper" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
- (base32 "0fi6k7hz5fmdph0a5r8hw50d7h2n9zxkizmafcmb65f67bblhr8q"))))
+ (base32 "0va9pjqshsr8zc07m9h4j2821hsmd9lw9j416yisjqh8gp8msmzy"))))
(build-system cargo-build-system)
(arguments
`(#:tests? #f ; unresolved imports `super::DecodedLength`, `super::Sender`
--
2.41.0
This bug report was last modified 1 year and 26 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.