mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-08 07:56:16 -05:00
gnu: rust-curl-0.4: Update to 0.4.43.
* gnu/packages/crates-io.scm (rust-curl-0.4): Update to 0.4.43. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
This commit is contained in:
parent
c2c4d5f52c
commit
c3fbb98c98
1 changed files with 2 additions and 2 deletions
|
@ -15131,14 +15131,14 @@ (define-public rust-cty-0.2
|
|||
(define-public rust-curl-0.4
|
||||
(package
|
||||
(name "rust-curl")
|
||||
(version "0.4.34")
|
||||
(version "0.4.43")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "curl" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "0vkm6fyizf8m9yxpv3n5pm9ag3bwlyqa6nz2ga8qkzm5y4m1cs72"))))
|
||||
(base32 "07v5s3qafyl9gnnlzbddgg5fzy41gncy00ahbbv46nr0xyp5bn1p"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:tests? #false ;require internet access
|
||||
|
|
Loading…
Reference in a new issue