~ruther/guix-local

d595fed33dec04b669e7180e210a3fcdd3b15a65 — Ricardo Wurmus 8 years ago ccedfd3
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.
1 files changed, 2 insertions(+), 2 deletions(-)

M gnu/packages/bioinformatics.scm
M gnu/packages/bioinformatics.scm => gnu/packages/bioinformatics.scm +2 -2
@@ 7505,7 7505,7 @@ downloaded from Encode.")
(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 @@ downloaded from Encode.")
                                  "org.Hs.eg.db_" version ".tar.gz"))
              (sha256
               (base32
                "19mg64pw8zcvb9yxzzyf7caz1kvdrkfsj1hd84bzq7crrh8kc4y6"))))
                "1v6wa5613cjq59xd7x1qz8lr9nb2abm9abl2cci1khrnrlpla927"))))
    (properties
     `((upstream-name . "org.Hs.eg.db")))
    (build-system r-build-system)