aboutsummaryrefslogtreecommitdiff
path: root/gn/packages/genenetwork.scm
diff options
context:
space:
mode:
authorPjotr Prins2017-05-14 07:49:23 -0500
committerPjotr Prins2017-05-14 07:49:23 -0500
commitb7a773c852b17fe0e58016f428044538ffb7799f (patch)
treec9ba6652c084da15f86bd1a80604053017dab931 /gn/packages/genenetwork.scm
parentfe677927f21d858c74763389deded40b79d85095 (diff)
downloadguix-bioinformatics-b7a773c852b17fe0e58016f428044538ffb7799f.tar.gz
Updating guix
Diffstat (limited to 'gn/packages/genenetwork.scm')
-rw-r--r--gn/packages/genenetwork.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gn/packages/genenetwork.scm b/gn/packages/genenetwork.scm
index a7350a2..df18955 100644
--- a/gn/packages/genenetwork.scm
+++ b/gn/packages/genenetwork.scm
@@ -175,7 +175,7 @@ location of a putative QTL.")
(license license:agpl3+))))
(define-public genenetwork2
- (let ((commit "edfb1d0cc19e3734c8e8acd7c74d76aff1bc76f9"))
+ (let ((commit "48c04bb5c6a8d974697f6904857ebd377c4c0ce5"))
(package
(name "genenetwork2")
(version (string-append "2.10rc2-" (string-take commit 7) ))
@@ -188,7 +188,7 @@ location of a putative QTL.")
(file-name (string-append name "-" (string-take commit 7)))
(sha256
(base32
- "12d2hp5529h9i6f5yarzkhprya8nv7gzvscd4m64s777hlz3hj31"))))
+ "0mwhq3w436xk57p02kjwmjl2xjbi3m1s0a6m2qk54bpr1k50zxqi"))))
(propagated-inputs `( ;; propagated for development purposes
("python" ,python-2) ;; probably superfluous
("r" ,r)