diff options
author | pjotrp | 2024-03-24 09:01:32 +0100 |
---|---|---|
committer | pjotrp | 2024-03-24 09:01:32 +0100 |
commit | f95867933281683eab207b806550f8b637447608 (patch) | |
tree | 9bb365803d15020d0cca92c43e1c65d85386297f /gn | |
parent | 27970a971d821fc598eb5050f76585e83fefe2c0 (diff) | |
download | guix-bioinformatics-f95867933281683eab207b806550f8b637447608.tar.gz |
genenetwork-stable: fix URL problem R/qtl api
Diffstat (limited to 'gn')
-rw-r--r-- | gn/packages/genenetwork.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gn/packages/genenetwork.scm b/gn/packages/genenetwork.scm index b26c53e..91063b9 100644 --- a/gn/packages/genenetwork.scm +++ b/gn/packages/genenetwork.scm @@ -350,7 +350,7 @@ (license license:agpl3+)))) (define-public genenetwork2-stable - (let ((commit "2c122f99098cf84d4b67953f2a3ef05dab762c9c") + (let ((commit "42b37bba21530aab104bd2fbbddb27ce7cd7de7c") (revision "1")) (package (inherit genenetwork2) |