mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-05 19:11:43 -05:00
gnu: rust-ahash-0.4: Update to 0.4.7.
* gnu/packages/crates-io.scm (rust-ahash-0.4): Update to 0.4.7.
This commit is contained in:
parent
b9cabb0cdd
commit
8b33c3a138
1 changed files with 2 additions and 2 deletions
|
@ -2388,7 +2388,7 @@ (define-public rust-ahash-0.4
|
|||
(package
|
||||
(inherit rust-ahash-0.7)
|
||||
(name "rust-ahash")
|
||||
(version "0.4.4")
|
||||
(version "0.4.7")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -2396,7 +2396,7 @@ (define-public rust-ahash-0.4
|
|||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"06bxygcis4pfx0axi1ld0lclg8mf4plywdy7fnkyw2hrhcb74rkd"))))
|
||||
"0vm13qaz4nzj0gd397d36wpyav05bflg6m2nbhs82nb0ns6lm7vk"))))
|
||||
(arguments
|
||||
`(#:cargo-inputs
|
||||
(("rust-const-random" ,rust-const-random-0.1))
|
||||
|
|
Loading…
Reference in a new issue