gnu: rust-goblin-0.8: Update to 0.8.2.

* gnu/packages/crates-io.scm (rust-goblin-0.8): Update to 0.8.2.

Change-Id: If533974c8d4a6228e6267c7a9124ff77e2132ce9
This commit is contained in:
Efraim Flashner 2024-12-18 19:49:55 +02:00
parent 3ce37aa1e4
commit 965cb3c9fc
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -32671,14 +32671,14 @@ (define-public rust-goblin-0.8
(package
(inherit rust-goblin-0.9)
(name "rust-goblin")
(version "0.8.0")
(version "0.8.2")
(source
(origin
(method url-fetch)
(uri (crate-uri "goblin" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32 "11wqipqx0dbimxy5612nxpx79qja43sxic95llcb34r0xpzs81xv"))))
(base32 "0isg7yzqv7y9s4xs594niy4vqzpc7d6h58z65x06dxk5q4q3ldhv"))))
(arguments
`(#:tests? #f ; Not all files included.
#:cargo-inputs (("rust-log" ,rust-log-0.4)