mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-08 16:06:16 -05:00
gnu: r-org-hs-eg-db: Update to 3.5.0.
* gnu/packages/bioinformatics.scm (r-org-hs-eg-db): Update to 3.5.0.
This commit is contained in:
parent
ccedfd3a43
commit
d595fed33d
1 changed files with 2 additions and 2 deletions
|
@ -7505,7 +7505,7 @@ (define-public r-genomationdata
|
|||
(define-public r-org-hs-eg-db
|
||||
(package
|
||||
(name "r-org-hs-eg-db")
|
||||
(version "3.4.0")
|
||||
(version "3.5.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
;; We cannot use bioconductor-uri here because this tarball is
|
||||
|
@ -7515,7 +7515,7 @@ (define-public r-org-hs-eg-db
|
|||
"org.Hs.eg.db_" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"19mg64pw8zcvb9yxzzyf7caz1kvdrkfsj1hd84bzq7crrh8kc4y6"))))
|
||||
"1v6wa5613cjq59xd7x1qz8lr9nb2abm9abl2cci1khrnrlpla927"))))
|
||||
(properties
|
||||
`((upstream-name . "org.Hs.eg.db")))
|
||||
(build-system r-build-system)
|
||||
|
|
Loading…
Reference in a new issue