mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-01 23:36:35 +01:00
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:
parent
3ce37aa1e4
commit
965cb3c9fc
1 changed files with 2 additions and 2 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue