~ruther/guix-local

19fc299f68fe3484722bbd2bc7d033c7d9a2c3a4 — Ricardo Wurmus 8 years ago f3569f5
gnu: r-org-dm-eg-db: Update to 3.5.0.

* gnu/packages/bioinformatics.scm (r-org-dm-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
@@ 7557,7 7557,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.4.0")
    (version "3.5.0")
    (source (origin
              (method url-fetch)
              ;; We cannot use bioconductor-uri here because this tarball is


@@ 7567,7 7567,7 @@ annotations for the genome of the model worm Caenorhabditis elegans.")
                                  "org.Dm.eg.db_" version ".tar.gz"))
              (sha256
               (base32
                "1vzbphbrh1cf7xi5cksia9xy9a9l42js2z2qsajvjxvddiphrb7j"))))
                "033qak1d3wwz17va0bh8z8p8arx0aw2va6gm1qfwsvdkj9cd9d7d"))))
    (properties
     `((upstream-name . "org.Dm.eg.db")))
    (build-system r-build-system)