diff options
author | pjotrp | 2017-07-16 16:31:19 +0200 |
---|---|---|
committer | pjotrp | 2017-07-16 16:31:19 +0200 |
commit | cc6787454df46e1a1bdc2c20a6a983113188e36d (patch) | |
tree | deed7cce9737b979b09c8e5535a64948905ffa22 /gn/packages/gemma.scm | |
parent | 5870720799d5825d1e4a7e6bd7dbf14a99812097 (diff) | |
download | guix-bioinformatics-cc6787454df46e1a1bdc2c20a6a983113188e36d.tar.gz |
Guix moved zip to compression
Diffstat (limited to 'gn/packages/gemma.scm')
-rw-r--r-- | gn/packages/gemma.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gn/packages/gemma.scm b/gn/packages/gemma.scm index 9986bf5..23235d3 100644 --- a/gn/packages/gemma.scm +++ b/gn/packages/gemma.scm @@ -55,7 +55,7 @@ #:use-module (gnu packages vim) #:use-module (gnu packages web) #:use-module (gnu packages xml) - #:use-module (gnu packages zip) + ; #:use-module (gnu packages zip) #:use-module (gnu packages bootstrap) #:use-module (gn packages ldc) #:use-module (gn packages ldc) @@ -66,7 +66,7 @@ (let ((commit "c978835c3630286414df6076d38aad16277cdb6b")) (package (name "gemma-git") - (version (string-append "0.97-" (string-take commit 7))) + (version (string-append "0.97-pre-" (string-take commit 7))) (source (origin (method git-fetch) (uri (git-reference |