gnu: r-org-mm-eg-db: Update to 3.7.0.
* gnu/packages/bioinformatics.scm (r-org-mm-eg-db): Update to 3.7.0.
This commit is contained in:
parent
314511b862
commit
d34959b8d4
1 changed files with 2 additions and 2 deletions
|
|
@ -8227,7 +8227,7 @@ annotations for the genome of the model fruit fly Drosophila melanogaster.")
|
||||||
(define-public r-org-mm-eg-db
|
(define-public r-org-mm-eg-db
|
||||||
(package
|
(package
|
||||||
(name "r-org-mm-eg-db")
|
(name "r-org-mm-eg-db")
|
||||||
(version "3.5.0")
|
(version "3.7.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
;; We cannot use bioconductor-uri here because this tarball is
|
;; We cannot use bioconductor-uri here because this tarball is
|
||||||
|
|
@ -8237,7 +8237,7 @@ annotations for the genome of the model fruit fly Drosophila melanogaster.")
|
||||||
"org.Mm.eg.db_" version ".tar.gz"))
|
"org.Mm.eg.db_" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"11q21p3ki4bn4hb3aix0g775l45l66jmas6m94nfhqqnpjhv4d6g"))))
|
"1i3nvrd3wjigf1rmgxq1p5xxc3p8v02h5gwi62s30rkrsyjjfjxx"))))
|
||||||
(properties
|
(properties
|
||||||
`((upstream-name . "org.Mm.eg.db")))
|
`((upstream-name . "org.Mm.eg.db")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
|
|
|
||||||
Reference in a new issue