mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 06:18:07 -05:00
gnu: guile-email: Fix source hash.
* gnu/packages/guile-xyz.scm (guile-email)[source]: Fix hash.
This commit is contained in:
parent
611a64bd7e
commit
d88b811adf
1 changed files with 1 additions and 1 deletions
|
@ -916,7 +916,7 @@ (define-public guile-email
|
|||
version ".tar.lz"))
|
||||
(sha256
|
||||
(base32
|
||||
"05pm0rwdxhjdlpmvhn0kyfslph6j5m1gv76givs0hshb30nirl2x"))))
|
||||
"0zgvh2329zrclxfb1lh7dnqrq46jj77l0lx7j9y6y3xgbhd2d9l0"))))
|
||||
(build-system gnu-build-system)
|
||||
(native-inputs
|
||||
`(("pkg-config" ,pkg-config)
|
||||
|
|
Loading…
Reference in a new issue