gnu: rust-curl-sys-0.4: Update to 0.4.61+curl-8.0.1.
* gnu/packages/crates-io.scm (rust-curl-sys-0.4): Update to 0.4.61+curl-8.0.1.master
parent
20c25654e8
commit
c8d6ac31da
|
@ -16004,7 +16004,7 @@ requests.")
|
||||||
(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.59+curl-7.86.0")
|
(version "0.4.61+curl-8.0.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -16012,7 +16012,7 @@ requests.")
|
||||||
(file-name (string-append name "-" version ".tar.gz"))
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"01x4njcmggv9c8v2p32flf32wgp21406vnxpan7v0j7l554f7z3c"))
|
"0yfv88w17434s5mbrcphsnvpvx0103127ndkqlxnzbj1yl85rl0l"))
|
||||||
(modules '((guix build utils)))
|
(modules '((guix build utils)))
|
||||||
(snippet
|
(snippet
|
||||||
'(begin (delete-file-recursively "curl")))))
|
'(begin (delete-file-recursively "curl")))))
|
||||||
|
|
Reference in New Issue