diff options
author | Dennis E. Mungai | 2016-02-23 17:11:21 +0300 |
---|---|---|
committer | Dennis E. Mungai | 2016-02-23 17:11:21 +0300 |
commit | 6a2a970193719fd3064da1fc6c3cd68547d28f17 (patch) | |
tree | c3e846f383d4f41e19079c58b7df5b333f2bad73 | |
parent | 92905620b39f86181e6d684cc43df7758a6ffeb7 (diff) | |
download | guix-bioinformatics-6a2a970193719fd3064da1fc6c3cd68547d28f17.tar.gz |
Fix the hash of glfw, based on sha256sum
Bad hash, no build, mate.
-rw-r--r-- | gn/packages/arrayfire.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gn/packages/arrayfire.scm b/gn/packages/arrayfire.scm index 75de462..128d79b 100644 --- a/gn/packages/arrayfire.scm +++ b/gn/packages/arrayfire.scm @@ -114,7 +114,7 @@ (file-name (string-append name "-" version ".zip")) (sha256 (base32 - "0njplyalwwqh7xr7xc7klc6x06mq0ak8w2pxh85w8n4hxkmqqnf5")))) + "1g0jm80cakk60477zz9z1mpsznxaadsfm318yiigf6kackrkqfqg")))) (arguments `(#:configure-flags '("-DBUILD_SHARED_LIBS=ON"))) (native-inputs `(("autoconf" ,autoconf) |