mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
gnu: RHash: Update to 1.4.1.
* gnu/packages/crypto.scm (rhash): Update to 1.4.1.
This commit is contained in:
parent
1539af46d0
commit
911668ab4c
1 changed files with 2 additions and 2 deletions
|
@ -890,7 +890,7 @@ (define-public libb2
|
|||
(define-public rhash
|
||||
(package
|
||||
(name "rhash")
|
||||
(version "1.3.9")
|
||||
(version "1.4.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -899,7 +899,7 @@ (define-public rhash
|
|||
(file-name (string-append "rhash-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1xn9fqa6rlnhsbgami45g82dlw9i1skg2sri3ydiinwak5ph1ca2"))))
|
||||
"15x28khy4k3sa0cfcyi13vj50d2nd7dha2p3gkq7i6z66ckq2323"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
`(#:configure-flags
|
||||
|
|
Loading…
Reference in a new issue