me
/
guix
Archived
1
0
Fork 0

gnu: rust-stackvector: Update to 1.1.1 [fixes CVE-2021-29939].

* gnu/packages/mail.scm (rust-stackvector-1): Update to 1.1.1.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
master
zimoun 2021-06-23 18:16:06 +02:00 committed by Efraim Flashner
parent 84f662bf4b
commit 015cd2e86e
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 2 additions and 2 deletions

View File

@ -43303,7 +43303,7 @@ deeply recursive algorithms that may accidentally blow the stack.")
(define-public rust-stackvector-1
(package
(name "rust-stackvector")
(version "1.0.6")
(version "1.1.1")
(source
(origin
(method url-fetch)
@ -43312,7 +43312,7 @@ deeply recursive algorithms that may accidentally blow the stack.")
(string-append name "-" version ".tar.gz"))
(sha256
(base32
"1bv820fhdad16islwli1g3iksk39ivf0zaqz4j1m08vq15jjaiqw"))))
"0xnz2z9hvn8h1hb3fq9mpf0ibw4g9pk54wpqis0knj329cfhz3zl"))))
(build-system cargo-build-system)
(arguments
`(#:skip-build? #t