diff options
author | pjotrp | 2016-03-09 17:59:12 +0100 |
---|---|---|
committer | pjotrp | 2016-03-09 17:59:12 +0100 |
commit | a9ae940435ffa67b04598a215280c42dd185e964 (patch) | |
tree | 489d60b5b7d28cd9c9b5688660acbf61ae1e1414 | |
parent | 1b16196348f91b6b7655550766a79418428977c1 (diff) | |
download | guix-bioinformatics-a9ae940435ffa67b04598a215280c42dd185e964.tar.gz |
spaces
-rw-r--r-- | gn/packages/genenetwork.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gn/packages/genenetwork.scm b/gn/packages/genenetwork.scm index 1b46117..1382cfb 100644 --- a/gn/packages/genenetwork.scm +++ b/gn/packages/genenetwork.scm @@ -150,7 +150,7 @@ ;; (url "https://github.com/genenetwork/genenetwork2.git") (url "https://github.com/genenetwork/genenetwork2_diet.git") (commit commit))) - (file-name (string-append name "-" (string-take commit 7))) + (file-name (string-append name "-" (string-take commit 7))) (sha256 (base32 "1zs6jgrpwzxmfjz03whnaw8q6h8f53mycl440p058gfn8x7pd618")))) |