gnu: r-biocviews: Update to 1.56.1.

* gnu/packages/bioinformatics.scm (r-biocviews): Update to 1.56.1.
This commit is contained in:
Ricardo Wurmus 2020-06-28 05:37:59 +02:00
parent fa7871af77
commit e66f81cf63
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -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)