gnu: bigloo: Fix source hash.
Fixes <https://bugs.gnu.org/30436>. * gnu/packages/scheme.scm (bigloo)[source]: Fix hash.
This commit is contained in:
parent
6a3cf4e6c7
commit
3d8cbdc40e
|
@ -207,7 +207,7 @@ features an integrated Emacs-like editor and a large runtime library.")
|
|||
version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1xpzxjlq5g8j3jrb908kfaaa0pkynk4rd083hzvb08amhy68sx07"))
|
||||
"1x7xdgsls277zlf6gcaxs2cj62xj6yvb0qxh0ddmxfamvxba0cf4"))
|
||||
;; Remove bundled libraries.
|
||||
(modules '((guix build utils)))
|
||||
(snippet
|
||||
|
|
Loading…
Reference in New Issue