about summary refs log tree commit diff
diff options
context:
space:
mode:
authorArun Isaac2022-02-18 16:18:58 +0530
committerArun Isaac2022-02-18 16:18:58 +0530
commit041f1402da12bd5493165f785a340e4d8682c814 (patch)
tree237110b78635fa88d4196b7f9650e71fb351fcb9
parent62b7da983071a773ba441f55f431b887802fda55 (diff)
downloadguix-bioinformatics-041f1402da12bd5493165f785a340e4d8682c814.tar.gz
gn: genenetwork2: Update to 3.11-2.17652b1.
* gn/packages/genenetwork.scm (genenetwork2): Update to
3.11-2.17652b1.
[arguments]: Restore the default install phase.
-rw-r--r--gn/packages/genenetwork.scm8
1 files changed, 3 insertions, 5 deletions
diff --git a/gn/packages/genenetwork.scm b/gn/packages/genenetwork.scm
index 81fe23b..41a5532 100644
--- a/gn/packages/genenetwork.scm
+++ b/gn/packages/genenetwork.scm
@@ -166,10 +166,10 @@
       (license license:agpl3+))))
 
 (define-public genenetwork2
-  (let ((commit "fe345c9f2e99be748511f6889420d6560a553a37"))
+  (let ((commit "17652b17455bd58bf82d130b60b3e80c57b7f80c"))
     (package
       (name "genenetwork2")
-      (version (string-append "3.11-guix-" (string-take commit 7) ))
+      (version (git-version "3.11" "2" commit))
       (source (origin
                 (method git-fetch)
                 (uri (git-reference
@@ -178,7 +178,7 @@
                 (file-name (string-append name "-" version))
                 (sha256
                  (base32
-                  "1y6psmxpm3qn78dx6xfc11rdpf22vf807qb7grnp82gl19q6408w"))))
+                  "14xiwjhk9nmmsd9kx2vi7pwbvhcvkgfks1av0qdkwjckbqidrk2k"))))
       (native-inputs
        `(("graphviz" ,graphviz)
          ;; And the graphs
@@ -287,8 +287,6 @@
          #:phases
          (modify-phases %standard-phases
             (delete 'reset-gzip-timestamps)
-            (replace 'install
-                (lambda _ #t))
             (add-after 'unpack 'fix-paths-scripts
               (lambda _
                 (substitute* "bin/genenetwork2"