about summary refs log tree commit diff
diff options
context:
space:
mode:
authorPjotr Prins2016-01-23 02:44:02 -0500
committerPjotr Prins2016-01-23 02:44:02 -0500
commit9820b5e5cc0a0c0b09357fc52ee88acc4c453259 (patch)
tree5cd6063ebf87a29079be6473b572b258f28c4696
parentdb0060bc012c5ebd969d12e8ab44824d808be98d (diff)
downloadguix-bioinformatics-9820b5e5cc0a0c0b09357fc52ee88acc4c453259.tar.gz
Fixed SHA
-rw-r--r--gn/packages/bioinformatics.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gn/packages/bioinformatics.scm b/gn/packages/bioinformatics.scm
index 128499f..ceb8a7b 100644
--- a/gn/packages/bioinformatics.scm
+++ b/gn/packages/bioinformatics.scm
@@ -166,13 +166,13 @@ confidence region for the location of a putative QTL.")
     (source (origin
              (method git-fetch)
              (uri (git-reference
-                   (url "https://github.com/pjotrp/genenetwork.git")
+                   (url "https://github.com/genenetwork/genenetwork.git")
                    ;; (url "https://github.com/pjotrp/genenetwork.git")
                    (commit commit)))
              (file-name (string-append name "-" commit)) 
              (sha256
               (base32
-               "09hvy9mf4dnmkb8qg49viffzrxk53m2kr4r955m84dxaa5pdrjha"))))
+               "14fzfcm4vl20mlhxjslfa01i1nmxpk8lbxmfvpq6dyfc22ir62py"))))
     (propagated-inputs `(
               ("python" ,python-2) ;; probably superfluous
               ("r" ,r)