mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-27 04:59:27 -05:00
gnu: rust-ghost: Update to 0.1.6.
* gnu/packages/crates-io.scm (rust-ghost-0.1): Update to 0.1.6.
This commit is contained in:
parent
4aa3bae2c6
commit
3d06823e6b
1 changed files with 2 additions and 2 deletions
|
@ -24981,14 +24981,14 @@ (define-public rust-ghash-0.2
|
|||
(define-public rust-ghost-0.1
|
||||
(package
|
||||
(name "rust-ghost")
|
||||
(version "0.1.2")
|
||||
(version "0.1.6")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "ghost" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "0yalg3g1g3cz63n3phy7cdhh7p2qd220mrpxy96alwxbpqdwynqs"))))
|
||||
(base32 "0fj42hmlgcj1rbqcshlvk65npsks4ba7vdzphb9202gawf6zw6gb"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:skip-build? #t
|
||||
|
|
Loading…
Reference in a new issue