mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: bigloo: Update tarball's hash.
* gnu/packages/scheme.scm (bigloo): Change hash. The tarball was recently modified in-place (!).
This commit is contained in:
parent
bbdb3ffaf3
commit
f992ead284
1 changed files with 1 additions and 1 deletions
|
@ -117,7 +117,7 @@ (define-public bigloo
|
|||
version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"03gzrgwn3all7pxa056xbks4szkbd4b95c0kap5s1v93dbxs2v7g"))))
|
||||
"1771z43nmf9awjvlvrpjfhzcfxsbw2qipir8g9r47sygf2vn59yl"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
'(#:patches (list (assoc-ref %build-inputs "patch/shebangs"))
|
||||
|
|
Loading…
Reference in a new issue