mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-01 09:02:59 -05:00
gnu: rust-curl-sys-0.4: Update to 0.4.70.
* gnu/packages/crates-io.scm (rust-curl-sys-0.4): Update to 0.4.70. Change-Id: I295a633e05fb6d4a4d25f55743e7c0f8612b3a70
This commit is contained in:
parent
ba0d45f7cd
commit
4373d7eebd
1 changed files with 2 additions and 2 deletions
|
@ -19752,7 +19752,7 @@ (define-public rust-curl-0.4
|
|||
(define-public rust-curl-sys-0.4
|
||||
(package
|
||||
(name "rust-curl-sys")
|
||||
(version "0.4.66+curl-8.3.0")
|
||||
(version "0.4.70+curl-8.5.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -19760,7 +19760,7 @@ (define-public rust-curl-sys-0.4
|
|||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1fdmdny7zqz5l9c9lnbnjz9i8qzdnrm8mnhdv45f9w1hx1r4mi3h"))
|
||||
"07l45np3bs10ana73w1ahdax1zbb8jd44ahhr2j7izlshkc360rw"))
|
||||
(modules '((guix build utils)))
|
||||
(snippet
|
||||
'(begin (delete-file-recursively "curl")))))
|
||||
|
|
Loading…
Reference in a new issue