diff options
author | pjotrp | 2017-09-30 12:33:08 +0000 |
---|---|---|
committer | pjotrp | 2017-09-30 12:33:08 +0000 |
commit | bd74079473c26fe545f02bffea68eba5d58be71b (patch) | |
tree | 39c7eebe78e27eb9ce8d95080da4f65a958de8ac | |
parent | d88f3b6450876fd45ad7bbec4d1b65d1fe6fb6ac (diff) | |
download | guix-bioinformatics-bd74079473c26fe545f02bffea68eba5d58be71b.tar.gz |
Fix for Fred
-rw-r--r-- | gn/packages/yaj.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gn/packages/yaj.scm b/gn/packages/yaj.scm index 5e0d103..788865a 100644 --- a/gn/packages/yaj.scm +++ b/gn/packages/yaj.scm @@ -58,10 +58,10 @@ (source (origin (method url-fetch) - (uri "http://files.genenetwork.org/raw_database/md5sum.txt") ; any old file + (uri "http://biogems.info/genenetwork2-2.0-a8fcff4.svg") ; any old file (file-name (string-append name "-" md5)) (sha256 - (base32 "1cnkiwid4h0nnf93rm647ji9vhfzjl23arp1xj374la7mmic9jqs")))) + (base32 "0rir1mcn3a8i1mbw3ppgnjl7wg71mapljik7n3v5i8j5ic95mqr5")))) (build-system trivial-build-system) (native-inputs `(("unzip" ,unzip) ("source" ,source))) |