1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-08 06:00:36 +02:00

gnu: r-biocviews: Update to 1.48.1.

* gnu/packages/bioinformatics.scm (r-biocviews): Update to 1.48.1.
This commit is contained in:
Ricardo Wurmus
2018-06-13 15:03:10 +02:00
parent c812f46817
commit 5b730eba3e

View File

@@ -6939,13 +6939,13 @@ Bioconductor, CRAN, and Github.")
(define-public r-biocviews
(package
(name "r-biocviews")
(version "1.48.0")
(version "1.48.1")
(source (origin
(method url-fetch)
(uri (bioconductor-uri "biocViews" version))
(sha256
(base32
"1yx2lir67ny0j150wyfqca0wsxp84byri8nscbs9qlndkh2jppq9"))))
"1q5z6xxhjyibr165di7iyachw4gd4bdrxkd8rjkcklnngsrx1azm"))))
(properties
`((upstream-name . "biocViews")))
(build-system r-build-system)