about summary refs log tree commit diff
path: root/gn/packages/gemma.scm
diff options
context:
space:
mode:
Diffstat (limited to 'gn/packages/gemma.scm')
-rw-r--r--gn/packages/gemma.scm4
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