about summary refs log tree commit diff
path: root/gn
diff options
context:
space:
mode:
authorAlexander_Kabui2025-11-24 15:06:14 +0300
committerMunyoki Kilyungi2025-11-24 18:48:11 +0300
commit845c42eeecda96086fcc45901a737f887e40886b (patch)
tree2911f5dc285f640f87f8c5deec94ddc5d439871f /gn
parentfb97f32c720768a4c4ff498067d6fa8937ae0348 (diff)
downloadguix-bioinformatics-845c42eeecda96086fcc45901a737f887e40886b.tar.gz
rust-qtlreaper: Upgrade to commit abba408.
* gn/packages/genenetwork.scm (rust-qtlreaper): Update to commit
abba408.
[source]: Use github URL from forked genenetwork rust-qtlreaper repo.
Diffstat (limited to 'gn')
-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))))