about summary refs log tree commit diff
diff options
context:
space:
mode:
authorpjotrp2020-12-16 08:46:28 +0000
committerpjotrp2020-12-16 08:46:58 +0000
commit3c5f75739f3fc54dbaa1a721cc346607a6e49549 (patch)
treec10a405f00c2c99cd9d034678bb198ed2c0fffa8
parentd09831c40ad3ba659c22c8604ba595670a546e63 (diff)
downloadguix-bioinformatics-3c5f75739f3fc54dbaa1a721cc346607a6e49549.tar.gz
Updated gemma
-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 a7a187b..d96d5a8 100644
--- a/gn/packages/gemma.scm
+++ b/gn/packages/gemma.scm
@@ -101,7 +101,7 @@
 
 
 (define-public gemma-gn2 ; Version used in GeneNetwork. Guix candidate - generic openblas version
-  (let ((commit "79992ceddc1f90a61adbf0c7871dd5f213d73f65"))
+  (let ((commit "47221d6e9891bf9b20ce6e1e909856ccb0ae575f"))
   (package
     (name "gemma-gn2")
     (version (string-append "0.98.3-" (string-take commit 7)))
@@ -113,7 +113,7 @@
              (file-name (string-append name "-" version "-checkout"))
              (sha256
               (base32
-               "07hayi4hk34ldyqykn0aalpyd5vkdf06mn06ir4z80717arhpfs3"))))
+               "0wydfm2svrlrz4zbrvxymqc33ici3vi7xy9br37mfbb9lh3fmb2w"))))
     (inputs `(
               ("gsl" ,gsl)
               ("shunit2" ,shunit2)