about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--gn/packages/genenetwork.scm8
1 files changed, 4 insertions, 4 deletions
diff --git a/gn/packages/genenetwork.scm b/gn/packages/genenetwork.scm
index f2241aa..0825c44 100644
--- a/gn/packages/genenetwork.scm
+++ b/gn/packages/genenetwork.scm
@@ -64,7 +64,7 @@
 
 
 (define-public rust-qtlreaper
-  (let ((commit "2e7fed6d45b0b602d80fa2a55835f96ef1cba9e3")
+  (let ((commit "abba408b10d55cb412c98c3e92bc325e3b0e720d")
         (revision "1"))
     (package
       (name "rust-qtlreaper")
@@ -73,12 +73,12 @@
         (origin
           (method git-fetch)
           (uri (git-reference
-                 (url "https://github.com/chfi/rust-qtlreaper.git")
+                 (url "https://github.com/genenetwork/rust-qtlreaper.git")
                  (commit commit)))
           (file-name (git-file-name name version))
           (sha256
            (base32
-            "0h70aalsplmc6xn1w7ha102n3bsi3gqkbnbrjvjm2za37c07gv0g"))))
+            "1la7lfm7byqh10hhqvnqg2rpkbkyk8s0b5m5h0g0k1rnid3s3qsr"))))
       (build-system cargo-build-system)
       (arguments
        `(#:cargo-inputs
@@ -102,7 +102,7 @@
                        (("-0.3223330030526561") "-0.32233300305265566"))
                      (assoc-ref %standard-phases 'check)))
                #t)))))
-      (home-page "https://github.com/chfi/rust-qtlreaper")
+      (home-page "https://github.com/genenetwork/rust-qtlreaper")
       (synopsis "Reimplementation of genenetwork/QTLReaper in Rust")
       (description "Reimplementation of genenetwork/QTLReaper in Rust")
       (license #f))))