mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 05:57:04 +01:00
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:
parent
b03c955c6f
commit
970984237a
1 changed files with 2 additions and 2 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue