about summary refs log tree commit diff
diff options
context:
space:
mode:
authorMuriithi Frederick Muriuki2018-06-28 11:49:44 +0300
committerMuriithi Frederick Muriuki2018-06-28 11:49:44 +0300
commit2f05ef36c428f92c9c46167b81fc6bf11b79505e (patch)
tree1e3d0f4e7d7930e7a012c7ab46675bf325634c44
parented8342aae99e88b36459a85df7cc339a18b75591 (diff)
downloadguix-bioinformatics-2f05ef36c428f92c9c46167b81fc6bf11b79505e.tar.gz
Update reaper commit
-rw-r--r--gn/packages/genenetwork.scm8
1 files changed, 2 insertions, 6 deletions
diff --git a/gn/packages/genenetwork.scm b/gn/packages/genenetwork.scm
index bba25c0..e7fab2c 100644
--- a/gn/packages/genenetwork.scm
+++ b/gn/packages/genenetwork.scm
@@ -401,8 +401,7 @@ location of a putative QTL.")
 
 
 (define-public python-reaper
-  (let (;;(commit "b8db1fb0857bc76a5881aba980a912fc774389ff")
-	(commit "a873abe18e3a7469c9c700aba6454fee69b32686"))
+  (let ((commit "63391333a6619771277bfffa9bd9d33811fa0d28"))
     (package
      (name "python-reaper")
      (version (string-append "0.0.1-"
@@ -414,10 +413,7 @@ location of a putative QTL.")
 		     (commit commit)))
 	       (sha256
 		(base32
-		 "140gzadz52dwfl2m1c8vwh6ckyl8q681w7rwfl1z1h8yw42nm2n7"
-		 ;;"1mg4b6avf0fq8kjpxv3ag33ivsyrj0amhvna0kvyjj49aj1gmhr7"
-		 ;; "0klgjra2qisfzs8mk0s8vzdr190l4n56xcm66dk0asqs7zswi8di" ;; default
-		 ))))
+		 "1rq2qn0vrqd8k676yy8drm0zxzkj065ywhxjl0j1n2r25zifay7r"))))
      (build-system python-build-system)
      (arguments
       `(#:tests? #f))