mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-12 06:06:53 -05:00
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 @@ (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
|
||||
|
|
Loading…
Reference in a new issue