mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-21 01:26:43 +01:00
gnu: r-biocviews: Update to 1.56.1.
* gnu/packages/bioinformatics.scm (r-biocviews): Update to 1.56.1.
This commit is contained in:
parent
fa7871af77
commit
e66f81cf63
1 changed files with 2 additions and 2 deletions
|
@ -7505,13 +7505,13 @@ (define-public bioruby
|
|||
(define-public r-biocviews
|
||||
(package
|
||||
(name "r-biocviews")
|
||||
(version "1.56.0")
|
||||
(version "1.56.1")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "biocViews" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1h4cmfbff79v9xrh271dp3rv0877ris06lmkvc39kqzj7yjsh7c2"))))
|
||||
"0zcx8gha3x3jc0ra6ii6wwq2vfsmffrrnilknbq8h5xjrl55m6ci"))))
|
||||
(properties
|
||||
`((upstream-name . "biocViews")))
|
||||
(build-system r-build-system)
|
||||
|
|
Loading…
Reference in a new issue