mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-12 06:06:53 -05:00
gnu: sharutils: Correct source hash.
This is a followup to 512da657d7
.
* gnu/packages/compression.scm (sharutils): Correct source hash.
This commit is contained in:
parent
512da657d7
commit
d7cbc91d1a
1 changed files with 1 additions and 1 deletions
|
@ -305,7 +305,7 @@ (define-public sharutils
|
||||||
version ".tar.xz"))
|
version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0znl2yfkzmjl854zd4b4yafg41fqx4pgzy142jsp34053z50synb"))))
|
"02p7j270wrbwxcb86lcvxrzl29xmr3n5a2m7if46jnprvcvycb5r"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
`(("which" ,which)))
|
`(("which" ,which)))
|
||||||
|
|
Loading…
Reference in a new issue