Archived
1
0
Fork 0

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 @@ 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