diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2017-11-18 08:49:11 +0100 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2017-11-18 11:18:37 +0100 |
commit | d595fed33dec04b669e7180e210a3fcdd3b15a65 (patch) | |
tree | ad5460f57a32180df3de88b9f44ea90fe7ddaea6 /gnu | |
parent | ccedfd3a43a0a687c270eea8f8ce74df3db36d3c (diff) | |
download | patches-d595fed33dec04b669e7180e210a3fcdd3b15a65.tar patches-d595fed33dec04b669e7180e210a3fcdd3b15a65.tar.gz |
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.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/bioinformatics.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm index 77a902ef4e..30ac8a80e9 100644 --- a/gnu/packages/bioinformatics.scm +++ b/gnu/packages/bioinformatics.scm @@ -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) |