gnu: r-biovizbase: Update to 1.36.0.
* gnu/packages/bioinformatics.scm (r-biovizbase): Update to 1.36.0.master
parent
7c26687871
commit
07518c3a34
|
@ -10346,14 +10346,14 @@ the fact that each of these packages implements a select methods.")
|
||||||
(define-public r-biovizbase
|
(define-public r-biovizbase
|
||||||
(package
|
(package
|
||||||
(name "r-biovizbase")
|
(name "r-biovizbase")
|
||||||
(version "1.34.1")
|
(version "1.36.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
|
||||||
"04vvj907bgs67w8rb7n1haf80p6cd0qj5fdxw0dwryb455y35vir"))))
|
"1vq2mxa2jkljgw75zqjdkyml0ppi5dspvwj4cznfhi31cq8ds0qh"))))
|
||||||
(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