diff options
author | pjotrp | 2020-02-10 12:26:32 -0600 |
---|---|---|
committer | pjotrp | 2020-02-10 12:26:32 -0600 |
commit | eb94413a21c656e0bf344145cbf901b1e7fea15c (patch) | |
tree | e84caf3e0eca92f20d9b80f060cb5e445ef28943 /gn/packages/bioinformatics.scm | |
parent | db77e0f800f513185e76aa770c670e6fbfdf791b (diff) | |
parent | f59968258e8fc258601f4ebddd4aef44900584a9 (diff) | |
download | guix-bioinformatics-eb94413a21c656e0bf344145cbf901b1e7fea15c.tar.gz |
Merge branch 'master' of http://git.genenetwork.org/guix-bioinformatics/guix-bioinformatics
Diffstat (limited to 'gn/packages/bioinformatics.scm')
-rw-r--r-- | gn/packages/bioinformatics.scm | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/gn/packages/bioinformatics.scm b/gn/packages/bioinformatics.scm index 1539919..8897752 100644 --- a/gn/packages/bioinformatics.scm +++ b/gn/packages/bioinformatics.scm @@ -483,16 +483,15 @@ reads.") "/xtract.Linux")) ;; March 10, 2016 (sha256 (base32 - "0wppi3q3wcind6za043w0g7a987qr59yiyh553h46a1apjkd8y9b")))) + "15yhhh8kfipk12rhzabap81ys8wgj0khn0mp8p7zwqhq028fwj0l")))) ("rchive.Linux" ,(origin (method url-fetch) (uri (string-append "ftp://ftp.ncbi.nlm.nih.gov/entrez/entrezdirect/" - "versions/" (package-version edirect) "/rchive.Linux")) - (file-name (string-append "rchive.Linux-" (package-version edirect))) + "/rchive.Linux")) ;; November 14, 2017 (sha256 (base32 - "134y0zprplqlplc6qmcjb97411bxkwghmq3z0qjgh0dgdbzjq1w3")))))) + "0hl8zj1md9xbmaj0pv99rjyisw8w74rirw97xwqk47dz8v8ml338")))))) (native-search-paths ;; Ideally this should be set for LWP somewhere. (list (search-path-specification |