gnu: rust-seahash-3.0: Upgrade to 3.0.7.
* gnu/packages/crates-io.scm (rust-seahash-3.0): Upgrade to 3.0.7. [arguments]: Don't skip build.
This commit is contained in:
parent
af4bf10c1a
commit
3fd8d20e56
1 changed files with 2 additions and 3 deletions
|
@ -14837,7 +14837,7 @@ Pwrite traits from the scroll crate.")
|
||||||
(define-public rust-seahash-3.0
|
(define-public rust-seahash-3.0
|
||||||
(package
|
(package
|
||||||
(name "rust-seahash")
|
(name "rust-seahash")
|
||||||
(version "3.0.6")
|
(version "3.0.7")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -14846,9 +14846,8 @@ Pwrite traits from the scroll crate.")
|
||||||
(string-append name "-" version ".tar.gz"))
|
(string-append name "-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1pr8ijnxnp68ki4m4740yc5mr01zijf86yx07wbsqzwiyhghdmhq"))))
|
"0iqg12lxkn0ivsfa1gkylcwj5wmi6zl87mbizlrkg918s6hprxaq"))))
|
||||||
(build-system cargo-build-system)
|
(build-system cargo-build-system)
|
||||||
(arguments `(#:skip-build? #t))
|
|
||||||
(home-page
|
(home-page
|
||||||
"https://gitlab.redox-os.org/redox-os/seahash")
|
"https://gitlab.redox-os.org/redox-os/seahash")
|
||||||
(synopsis
|
(synopsis
|
||||||
|
|
Reference in a new issue