mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-18 17:01:51 -05:00
gnu: r-biocviews: Update to 1.68.1.
* gnu/packages/bioconductor.scm (r-biocviews): Update to 1.68.1.
This commit is contained in:
parent
438d2b80f7
commit
f06bd3e740
1 changed files with 2 additions and 2 deletions
|
@ -17639,13 +17639,13 @@ (define-public r-biocstyle
|
|||
(define-public r-biocviews
|
||||
(package
|
||||
(name "r-biocviews")
|
||||
(version "1.68.0")
|
||||
(version "1.68.1")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "biocViews" version))
|
||||
(sha256
|
||||
(base32
|
||||
"06gxyhxxnvcv6jxp5aqdsr35w1xhww2y5xafc3lw9wkawjdbnndy"))))
|
||||
"04rzrwxd9n4l3agmbkx03hhcmy2fx049q5n4glld46mvx3vjvc48"))))
|
||||
(properties
|
||||
`((upstream-name . "biocViews")))
|
||||
(build-system r-build-system)
|
||||
|
|
Loading…
Reference in a new issue