mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-11 21:59:08 -05:00
gnu: apr-util: Correct hash.
* gnu/packages/apr.scm (apr-util): Correct hash.
This commit is contained in:
parent
6256553cc1
commit
d021d25175
1 changed files with 1 additions and 1 deletions
|
@ -71,7 +71,7 @@ (define-public apr-util
|
||||||
version ".tar.bz2"))
|
version ".tar.bz2"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"06achip1m7g1dgs1makpj3m8jhn73j2f0yqxl8sdd1n2kfji4slp"))))
|
"0bn81pfscy9yjvbmyx442svf43s6dhrdfcsnkpxz43fai5qk5kx6"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
`(("apr" ,apr)))
|
`(("apr" ,apr)))
|
||||||
|
|
Loading…
Reference in a new issue