me
/
guix
Archived
1
0
Fork 0

gnu: rust-nettle: Update to 7.0.3.

The patch file is still required for rust-nettle-5.

* gnu/packages/crates-io.scm (rust-nettle): Update to 7.0.3.
master
Hartmut Goebel 2021-06-17 09:27:42 +02:00
parent 3a608120c1
commit 0ccb46a926
No known key found for this signature in database
GPG Key ID: 634A8DFFD3F631DF
1 changed files with 2 additions and 3 deletions

View File

@ -32608,15 +32608,14 @@ types as proposed in RFC 1158.")
(define-public rust-nettle-7
(package
(name "rust-nettle")
(version "7.0.0")
(version "7.0.3")
(source
(origin
(method url-fetch)
(uri (crate-uri "nettle" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32 "1n6dwy9zba8853bmxzhwaashd3np0wxpx0pj43brm0hb8n2sxbxi"))
(patches (search-patches "rust-nettle-disable-vendor.patch"))))
(base32 "1qlsq3szglkw7s089h5qh9xa787qyvkdj5cgxm4qj30fazwr0hx0"))))
(build-system cargo-build-system)
(native-inputs
(list pkg-config))