about summary refs log tree commit diff
diff options
context:
space:
mode:
authorBonfaceKilz2021-06-07 21:26:34 +0300
committerBonfaceKilz2021-06-07 21:26:34 +0300
commit604e1d47f7ba5b7f789da4fa91caafaf6504e01d (patch)
tree3ce7ba9d86e069c22d39d616583df389b62245df
parent5818d5d922f58f8ad9af529278a4b6ae128899ca (diff)
downloadguix-bioinformatics-604e1d47f7ba5b7f789da4fa91caafaf6504e01d.tar.gz
gn: Update genenetwork3 to 0.0.1-guix-3881b50
-rw-r--r--gn/packages/genenetwork.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gn/packages/genenetwork.scm b/gn/packages/genenetwork.scm
index 9b7bf36..22d0392 100644
--- a/gn/packages/genenetwork.scm
+++ b/gn/packages/genenetwork.scm
@@ -417,7 +417,7 @@ Graphical Fragment Assembly} files and related formats.")
     (license license:agpl3+))))
 
 (define-public genenetwork3
-  (let ((commit "cd08b40a4c646ec4acc242f9ea93037e7df9966b"))
+  (let ((commit "3881b50e5394072b8d721b0f84b59bf5de23172d"))
     (package
       (name "genenetwork3")
       (version (string-append "0.0.1-guix-" (string-take commit 7)))
@@ -430,7 +430,7 @@ Graphical Fragment Assembly} files and related formats.")
          (file-name (git-file-name name version))
          (sha256
           (base32
-           "07a7iwp2v78cy1i7xpl2anir2wsrabyzawkdgiwnddxcqf00iwzk"))))
+           "0qairr7fpr0dcdg7yxgbzfdm9psc8alnjsxr15diw6gi8ljz1w1d"))))
       (propagated-inputs `(("coreutils" ,coreutils)
                            ("gemma-wrapper" ,gemma-wrapper)
                            ("python" ,python-wrapper)