From c5a794f155f388452b0678763ab999f22930c1b8 Mon Sep 17 00:00:00 2001 From: Pjotr Prins Date: Wed, 10 May 2017 06:29:34 -0500 Subject: Updated gemma --- gn/packages/gemma.scm | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'gn/packages/gemma.scm') 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) -- cgit v1.2.3