diff options
author | Pjotr Prins | 2017-05-10 06:29:34 -0500 |
---|---|---|
committer | Pjotr Prins | 2017-05-10 06:29:34 -0500 |
commit | c5a794f155f388452b0678763ab999f22930c1b8 (patch) | |
tree | 2697519f746553c5270c70c977513e595f0f6aed | |
parent | 23f52cdcd883856980094b3b52523017a6ec0a4a (diff) | |
download | guix-bioinformatics-c5a794f155f388452b0678763ab999f22930c1b8.tar.gz |
Updated gemma
-rw-r--r-- | gn/packages/gemma.scm | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gn/packages/gemma.scm b/gn/packages/gemma.scm index b5ea250..bd8adf1 100644 --- a/gn/packages/gemma.scm +++ b/gn/packages/gemma.scm @@ -63,19 +63,19 @@ #:use-module (srfi srfi-1)) (define-public gemma-git ; guix candidate - (let ((commit "2de4bfab3")) + (let ((commit "5675bdf0422f63f81752bb1fcf7b436bc30bf9b7")) (package (name "gemma-git") - (version (string-append "0.9.5-" commit )) + (version (string-append "0.95.2a" commit )) (source (origin (method git-fetch) (uri (git-reference - (url "https://github.com/genenetwork/GEMMA.git") + (url "https://github.com/xiangzhou/GEMMA") (commit commit))) (file-name (string-append name "-" commit)) (sha256 (base32 - "1drffdgwbzgiw9sf55ghl3zjv58f8i9kfz0zys5mp6n06syp4ira")))) + "0qc8dx8m4cqggnin2vsbc9l91ay6h04l0mpjv8z0wcickqb4lby6")))) (inputs `( ("gsl" ,gsl) ("lapack" ,lapack) |