gnu: r-biocviews: Update to 1.58.1.

* gnu/packages/bioinformatics.scm (r-biocviews): Update to 1.58.1.

Co-authored-by: Ricardo Wurmus <reka@elephly.net>.
This commit is contained in:
zimoun 2020-12-04 03:57:20 +01:00 committed by Ricardo Wurmus
parent b03c955c6f
commit 970984237a
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -7729,13 +7729,13 @@ (define-public bioruby
(define-public r-biocviews
(package
(name "r-biocviews")
(version "1.58.0")
(version "1.58.1")
(source (origin
(method url-fetch)
(uri (bioconductor-uri "biocViews" version))
(sha256
(base32
"0f0aa51h9x8n114zz6q6iw45d78i9wzl4ycbpiy0bdn23167pd84"))))
"1by2639z7n62z84dr8rj9jz12gsd1k8q42zsnxacxbwfwp6h0cl4"))))
(properties
`((upstream-name . "biocViews")))
(build-system r-build-system)