diff options
author | Pjotr Prins | 2017-05-13 10:18:10 -0500 |
---|---|---|
committer | Pjotr Prins | 2017-05-13 10:18:10 -0500 |
commit | fe677927f21d858c74763389deded40b79d85095 (patch) | |
tree | 3ef3cf58b80539b11e1b0e5aaf45aed6d32a3827 /gn | |
parent | d57f3be5bbef98f10e75d3ba66d52fde53a6c8d5 (diff) | |
download | guix-bioinformatics-fe677927f21d858c74763389deded40b79d85095.tar.gz |
Updating gn2
Diffstat (limited to 'gn')
-rw-r--r-- | gn/packages/genenetwork.scm | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/gn/packages/genenetwork.scm b/gn/packages/genenetwork.scm index abd8644..a7350a2 100644 --- a/gn/packages/genenetwork.scm +++ b/gn/packages/genenetwork.scm @@ -175,20 +175,20 @@ location of a putative QTL.") (license license:agpl3+)))) (define-public genenetwork2 - (let ((commit "a8fcff44d3bd768d02e7ed0c80b84d2516bdad2a")) + (let ((commit "edfb1d0cc19e3734c8e8acd7c74d76aff1bc76f9")) (package (name "genenetwork2") - (version (string-append "2.0-" (string-take commit 7) )) + (version (string-append "2.10rc2-" (string-take commit 7) )) (source (origin (method git-fetch) (uri (git-reference - ;; (url "https://github.com/genenetwork/genenetwork2.git") - (url "https://github.com/genenetwork/genenetwork2_diet.git") + (url "https://pjotrp@gitlab.com/genenetwork/gn2_diet.git") + ;; (url "https://github.com/genenetwork/genenetwork2_diet.git") (commit commit))) (file-name (string-append name "-" (string-take commit 7))) (sha256 (base32 - "1zs6jgrpwzxmfjz03whnaw8q6h8f53mycl440p058gfn8x7pd618")))) + "12d2hp5529h9i6f5yarzkhprya8nv7gzvscd4m64s777hlz3hj31")))) (propagated-inputs `( ;; propagated for development purposes ("python" ,python-2) ;; probably superfluous ("r" ,r) |