mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-04 02:19:18 -05:00
gnu: rust-curl-sys-0.4: Update to 0.4.63+curl-8.1.2.
* gnu/packages/crates-io.scm (rust-curl-sys-0.4): Update to 0.4.63+curl-8.1.2.
This commit is contained in:
parent
c4540a315b
commit
a2793531e7
1 changed files with 2 additions and 2 deletions
|
@ -16813,7 +16813,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.61+curl-8.0.1")
|
(version "0.4.63+curl-8.1.2")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -16821,7 +16821,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
|
||||||
"0yfv88w17434s5mbrcphsnvpvx0103127ndkqlxnzbj1yl85rl0l"))
|
"1p3inybj3yb8wwnccg8jwfwsqg0fiybh9837mpia28k00kvzxc5f"))
|
||||||
(modules '((guix build utils)))
|
(modules '((guix build utils)))
|
||||||
(snippet
|
(snippet
|
||||||
'(begin (delete-file-recursively "curl")))))
|
'(begin (delete-file-recursively "curl")))))
|
||||||
|
|
Loading…
Reference in a new issue