mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-28 23:32:24 -05:00
gnu: rust-curl-sys-0.4: Update to 0.4.53+curl-7.82.0.
* gnu/packages/crates-io.scm (rust-curl-sys-0.4): Update to 0.4.53+curl-7.82.0. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
This commit is contained in:
parent
c3fbb98c98
commit
30f31859ac
1 changed files with 2 additions and 2 deletions
|
@ -15168,7 +15168,7 @@ (define-public rust-curl-0.4
|
||||||
(define-public rust-curl-sys-0.4
|
(define-public rust-curl-sys-0.4
|
||||||
(package
|
(package
|
||||||
(name "rust-curl-sys")
|
(name "rust-curl-sys")
|
||||||
(version "0.4.44+curl-7.77.0")
|
(version "0.4.53+curl-7.82.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -15176,7 +15176,7 @@ (define-public rust-curl-sys-0.4
|
||||||
(file-name (string-append name "-" version ".tar.gz"))
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1wds1gi15fja0i8gjfgk0a6c17ljsv17jvlngh8ky69b6blqavab"))
|
"0lh398vd34c55afyw5csbxqmnp7caxgpgci3y89c60lmb9d914l0"))
|
||||||
(modules '((guix build utils)))
|
(modules '((guix build utils)))
|
||||||
(snippet
|
(snippet
|
||||||
'(begin (delete-file-recursively "curl") #t))))
|
'(begin (delete-file-recursively "curl") #t))))
|
||||||
|
|
Loading…
Reference in a new issue