me
/
guix
Archived
1
0
Fork 0

gnu: rust-zeroize: Update to 1.4.3.

* gnu/packages/crates-io.scm (rust-zeroize): Update to 1.4.3.
[arguments]<#:tests?>: Set back to #true.
Nicolas Goaziou 2022-01-19 11:13:00 +01:00
parent 4821e3eb4e
commit 1432273f73
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 4 additions and 5 deletions

View File

@ -2,7 +2,7 @@
;;; GNU Guix --- Functional package management for GNU ;;; GNU Guix --- Functional package management for GNU
;;; Copyright © 2019 Ivan Petkov <ivanppetkov@gmail.com> ;;; Copyright © 2019 Ivan Petkov <ivanppetkov@gmail.com>
;;; Copyright © 2019, 2020, 2021, 2022 Efraim Flashner <efraim@flashner.co.il> ;;; Copyright © 2019, 2020, 2021, 2022 Efraim Flashner <efraim@flashner.co.il>
;;; Copyright © 20192022 Nicolas Goaziou <mail@nicolasgoaziou.fr> ;;; Copyright © 2019-2022 Nicolas Goaziou <mail@nicolasgoaziou.fr>
;;; Copyright © 2019 Giacomo Leidi <goodoldpaul@autistici.org> ;;; Copyright © 2019 Giacomo Leidi <goodoldpaul@autistici.org>
;;; Copyright © 20192021 Tobias Geerinckx-Rice <me@tobias.gr> ;;; Copyright © 20192021 Tobias Geerinckx-Rice <me@tobias.gr>
;;; Copyright © 2019, 2020 John Soo <jsoo1@asu.edu> ;;; Copyright © 2019, 2020 John Soo <jsoo1@asu.edu>
@ -65125,7 +65125,7 @@ crate.")
(define-public rust-zeroize-1 (define-public rust-zeroize-1
(package (package
(name "rust-zeroize") (name "rust-zeroize")
(version "1.1.0") (version "1.4.3")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
@ -65133,11 +65133,10 @@ crate.")
(file-name (file-name
(string-append name "-" version ".tar.gz")) (string-append name "-" version ".tar.gz"))
(sha256 (sha256
(base32 "1f5547q8l8bpi16yy6lix2gl9rf1qz45lj06bq7wjk525gnw5fiw")))) (base32 "068nvl3n5hk6lfn5y24grf2c7anzzqfzjjccscq3md7rqp79v3fn"))))
(build-system cargo-build-system) (build-system cargo-build-system)
(arguments (arguments
`(#:tests? #f ;2 doc tests fail `(#:cargo-inputs
#:cargo-inputs
(("rust-zeroize-derive" ,rust-zeroize-derive-1)))) (("rust-zeroize-derive" ,rust-zeroize-derive-1))))
(home-page "https://github.com/iqlusioninc/crates/") (home-page "https://github.com/iqlusioninc/crates/")
(synopsis "Securely clear secrets from memory") (synopsis "Securely clear secrets from memory")