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:
Efraim Flashner 2020-02-29 22:45:33 +02:00
parent af4bf10c1a
commit 3fd8d20e56
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -14837,7 +14837,7 @@ (define-public rust-scroll-derive-0.9
(define-public rust-seahash-3.0
(package
(name "rust-seahash")
(version "3.0.6")
(version "3.0.7")
(source
(origin
(method url-fetch)
@ -14846,9 +14846,8 @@ (define-public rust-seahash-3.0
(string-append name "-" version ".tar.gz"))
(sha256
(base32
"1pr8ijnxnp68ki4m4740yc5mr01zijf86yx07wbsqzwiyhghdmhq"))))
"0iqg12lxkn0ivsfa1gkylcwj5wmi6zl87mbizlrkg918s6hprxaq"))))
(build-system cargo-build-system)
(arguments `(#:skip-build? #t))
(home-page
"https://gitlab.redox-os.org/redox-os/seahash")
(synopsis