mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: rust-nettle-sys-2: Update to 2.3.0.
* gnu/packages/crates-crypto.scm (rust-nettle-sys-2): Update to 2.3.0. [cargo-inputs]: Replace rust-bindgen-0.63 with 0.68. Change-Id: I1c65a01e33e847f9b828eb0e5306d9478ccf2bc8
This commit is contained in:
parent
c29988eeb1
commit
29a6ab4bb1
1 changed files with 3 additions and 3 deletions
|
@ -3280,14 +3280,14 @@ cryptographic library.")
|
|||
(define-public rust-nettle-sys-2
|
||||
(package
|
||||
(name "rust-nettle-sys")
|
||||
(version "2.2.0")
|
||||
(version "2.3.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "nettle-sys" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "0wwa7pmxdz7yl9jwybml2kmrj3i87jcn0h0cdc5xl0lhgcs1rs5m"))))
|
||||
(base32 "1v36is0kygwc4rcdqnszgdwm14z2j8p23wbblbiq16m120x0b5dl"))))
|
||||
(build-system cargo-build-system)
|
||||
(native-inputs
|
||||
(list clang pkg-config))
|
||||
|
@ -3295,7 +3295,7 @@ cryptographic library.")
|
|||
(list nettle))
|
||||
(arguments
|
||||
`(#:cargo-inputs
|
||||
(("rust-bindgen" ,rust-bindgen-0.63)
|
||||
(("rust-bindgen" ,rust-bindgen-0.68)
|
||||
("rust-cc" ,rust-cc-1)
|
||||
("rust-libc" ,rust-libc-0.2)
|
||||
("rust-pkg-config" ,rust-pkg-config-0.3)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue