[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#52149] [PATCH 05/26] gnu: Update rust-curl-0.4; Update rust-curl-sy
From: |
(unmatched-parenthesis |
Subject: |
[bug#52149] [PATCH 05/26] gnu: Update rust-curl-0.4; Update rust-curl-sys-0.4. |
Date: |
Mon, 27 Dec 2021 16:50:42 +0000 |
* gnu/packages/crates-io.scm (rust-curl-0.4): Update to 0.4.41.
* gnu/packages/crates-io.scm (rust-curl-sys-0.4): Update to 0.4.51+curl-7.80.0.
---
gnu/packages/crates-io.scm | 28 ++++++++++++++--------------
1 file changed, 14 insertions(+), 14 deletions(-)
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 0ad11c8387..91d8d10ed2 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -13051,14 +13051,14 @@ (define-public rust-cty-0.2
(define-public rust-curl-0.4
(package
(name "rust-curl")
- (version "0.4.34")
+ (version "0.4.41")
(source
(origin
(method url-fetch)
(uri (crate-uri "curl" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
- (base32 "0vkm6fyizf8m9yxpv3n5pm9ag3bwlyqa6nz2ga8qkzm5y4m1cs72"))))
+ (base32 "1qqbrvgbnzik4vlni25jwsk3ff57snmbp0zvdzdzhq9jaqrx5ihv"))))
(build-system cargo-build-system)
(arguments
`(#:tests? #false ;require internet access
@@ -13068,7 +13068,7 @@ (define-public rust-curl-0.4
("rust-openssl-probe" ,rust-openssl-probe-0.1)
("rust-openssl-sys" ,rust-openssl-sys-0.9)
("rust-schannel" ,rust-schannel-0.1)
- ("rust-socket2" ,rust-socket2-0.3)
+ ("rust-socket2" ,rust-socket2-0.4)
("rust-winapi" ,rust-winapi-0.3))
#:cargo-development-inputs
(("rust-anyhow" ,rust-anyhow-1)
@@ -13088,18 +13088,18 @@ (define-public rust-curl-0.4
(define-public rust-curl-sys-0.4
(package
(name "rust-curl-sys")
- (version "0.4.39+curl-7.74.0")
+ (version "0.4.51+curl-7.80.0")
(source
- (origin
- (method url-fetch)
- (uri (crate-uri "curl-sys" version))
- (file-name (string-append name "-" version ".tar.gz"))
- (sha256
- (base32
- "0x7qhq7c3b1vmp3740yiigzm09qvkzpdf578jjrs0s3v3s3cxa07"))
- (modules '((guix build utils)))
- (snippet
- '(begin (delete-file-recursively "curl") #t))))
+ (origin
+ (method url-fetch)
+ (uri (crate-uri "curl-sys" version))
+ (file-name (string-append name "-" version ".tar.gz"))
+ (sha256
+ (base32
+ "085gwlfq15fxp0zvx14sf3k91ka8z8i30271i44gwd3ad9z9hc6i"))
+ (modules '((guix build utils)))
+ (snippet
+ '(begin (delete-file-recursively "curl") #t))))
(build-system cargo-build-system)
(arguments
`(#:cargo-inputs
--
2.34.0
- [bug#52149] [PATCH 01/26] gnu: Add rust-cargo-0.58., (unmatched-parenthesis, 2021/12/27
- [bug#52149] [PATCH 02/26] gnu: Remove redundant parts of rust-cargo-0.53, (unmatched-parenthesis, 2021/12/27
- [bug#52149] [PATCH 04/26] gnu: Add rust-cargo-util-0.1., (unmatched-parenthesis, 2021/12/27
- [bug#52149] [PATCH 05/26] gnu: Update rust-curl-0.4; Update rust-curl-sys-0.4.,
(unmatched-parenthesis <=
- [bug#52149] [PATCH 03/26] gnu: Update rust-crossbeam-utils-0.8., (unmatched-parenthesis, 2021/12/27
- [bug#52149] [PATCH 06/26] gnu: Add rust-duct-0.9., (unmatched-parenthesis, 2021/12/27
- [bug#52149] [PATCH 08/26] gnu: Update dependencies of rust-bstr-0.2., (unmatched-parenthesis, 2021/12/27
- [bug#52149] [PATCH 11/26] gnu: Add rust-tracing-subscriber-0.3., (unmatched-parenthesis, 2021/12/27
- [bug#52149] [PATCH 07/26] gnu: Add rust-env-logger-0.9., (unmatched-parenthesis, 2021/12/27
- [bug#52149] [PATCH 16/26] gnu: Update rust-jobserver-0.1., (unmatched-parenthesis, 2021/12/27
- [bug#52149] [PATCH 20/26] gnu: Update rust-os-info-3., (unmatched-parenthesis, 2021/12/27
- [bug#52149] [PATCH 17/26] gnu: Update rust-itertools-0.10., (unmatched-parenthesis, 2021/12/27
- [bug#52149] [PATCH 14/26] gnu: Change checksum of rust-cargo-platform-0.1., (unmatched-parenthesis, 2021/12/27
- [bug#52149] [PATCH 22/26] gnu: Add rust-loom-0.5., (unmatched-parenthesis, 2021/12/27