gnu: r-biovizbase: Update to 1.52.0.
* gnu/packages/bioconductor.scm (r-biovizbase): Update to 1.52.0. Change-Id: I71ac5375c00fadedc44c4f027b236648b3e2a4cdmaster
parent
472ed71761
commit
9a071ad941
|
@ -7166,14 +7166,14 @@ biological sequences or sets of sequences.")
|
||||||
(define-public r-biovizbase
|
(define-public r-biovizbase
|
||||||
(package
|
(package
|
||||||
(name "r-biovizbase")
|
(name "r-biovizbase")
|
||||||
(version "1.50.0")
|
(version "1.52.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "biovizBase" version))
|
(uri (bioconductor-uri "biovizBase" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"01hli49aq1fjjgpk465znq1ki0qi7nxg71pqg18fz6nblg3ny9z5"))))
|
"1jbcnjjwdjy7zfy0ybgfy1y5ym7rygzkailr5bm4hnh9bn2837p7"))))
|
||||||
(properties `((upstream-name . "biovizBase")))
|
(properties `((upstream-name . "biovizBase")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
|
|
Reference in New Issue