diff options
Diffstat (limited to 'gnu/packages/bioinformatics.scm')
-rw-r--r-- | gnu/packages/bioinformatics.scm | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm index 4dfac15040..5444f0a2a1 100644 --- a/gnu/packages/bioinformatics.scm +++ b/gnu/packages/bioinformatics.scm @@ -2048,7 +2048,7 @@ identify enrichments with functional annotations of the genome.") (define-public diamond (package (name "diamond") - (version "0.8.23") + (version "0.8.26") (source (origin (method url-fetch) (uri (string-append @@ -2057,7 +2057,7 @@ identify enrichments with functional annotations of the genome.") (file-name (string-append name "-" version ".tar.gz")) (sha256 (base32 - "0xpcq3fbk4c52xbpgyk5brl58rljvl83bg8nkxy8vs00pxanm7i2")))) + "17s38pgjih6yc2z81040pircbv60c9wr33mbcyki2rfpv8rbxlh0")))) (build-system cmake-build-system) (arguments '(#:tests? #f ; no "check" target @@ -6869,7 +6869,7 @@ downloaded from Encode.") (define-public r-org-hs-eg-db (package (name "r-org-hs-eg-db") - (version "3.3.0") + (version "3.4.0") (source (origin (method url-fetch) ;; We cannot use bioconductor-uri here because this tarball is @@ -6879,7 +6879,7 @@ downloaded from Encode.") "org.Hs.eg.db_" version ".tar.gz")) (sha256 (base32 - "09zb43yjd82ny210n5a0wsrji4w56l2r6ana6d9lx0nn9mzd7rzp")))) + "19mg64pw8zcvb9yxzzyf7caz1kvdrkfsj1hd84bzq7crrh8kc4y6")))) (properties `((upstream-name . "org.Hs.eg.db"))) (build-system r-build-system) @@ -6895,7 +6895,7 @@ annotations for the human genome.") (define-public r-org-ce-eg-db (package (name "r-org-ce-eg-db") - (version "3.3.0") + (version "3.4.0") (source (origin (method url-fetch) ;; We cannot use bioconductor-uri here because this tarball is @@ -6905,7 +6905,7 @@ annotations for the human genome.") "org.Ce.eg.db_" version ".tar.gz")) (sha256 (base32 - "17mvb2ci2jgac3zi420cbf70n4zswqinzxlk1v2fjnp8vvydl2fw")))) + "12llfzrrc09kj2wzbisdspv38qzkzgpsbn8kv7qkwg746k3pq436")))) (properties `((upstream-name . "org.Ce.eg.db"))) (build-system r-build-system) @@ -6921,7 +6921,7 @@ annotations for the genome of the model worm Caenorhabditis elegans.") (define-public r-org-dm-eg-db (package (name "r-org-dm-eg-db") - (version "3.3.0") + (version "3.4.0") (source (origin (method url-fetch) ;; We cannot use bioconductor-uri here because this tarball is @@ -6931,7 +6931,7 @@ annotations for the genome of the model worm Caenorhabditis elegans.") "org.Dm.eg.db_" version ".tar.gz")) (sha256 (base32 - "15kzvw78xwa54yk1d69l6pmgny4726ydpdkk8lic26vr0yiwicla")))) + "1vzbphbrh1cf7xi5cksia9xy9a9l42js2z2qsajvjxvddiphrb7j")))) (properties `((upstream-name . "org.Dm.eg.db"))) (build-system r-build-system) @@ -6947,7 +6947,7 @@ annotations for the genome of the model fruit fly Drosophila melanogaster.") (define-public r-org-mm-eg-db (package (name "r-org-mm-eg-db") - (version "3.3.0") + (version "3.4.0") (source (origin (method url-fetch) ;; We cannot use bioconductor-uri here because this tarball is @@ -6957,7 +6957,7 @@ annotations for the genome of the model fruit fly Drosophila melanogaster.") "org.Mm.eg.db_" version ".tar.gz")) (sha256 (base32 - "0r939vfmsqqdwfimix1nv0bkhnixawy9c6avbclrncfanw3kgjax")))) + "1lykjqjaf01fmgg3cvfcvwd5xjq6zc5vbxnm5r4l32fzvl89q50c")))) (properties `((upstream-name . "org.Mm.eg.db"))) (build-system r-build-system) |