me
/
guix
Archived
1
0
Fork 0

gnu: r-biovizbase: Update to 1.38.0.

* gnu/packages/bioinformatics.scm (r-biovizbase): Update to 1.38.0.
master
zimoun 2020-10-30 16:01:20 +01:00 committed by Ricardo Wurmus
parent 6e182c237a
commit 3c6eecdeed
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -10418,14 +10418,14 @@ the fact that each of these packages implements a select methods.")
(define-public r-biovizbase
(package
(name "r-biovizbase")
(version "1.36.0")
(version "1.38.0")
(source
(origin
(method url-fetch)
(uri (bioconductor-uri "biovizBase" version))
(sha256
(base32
"1vq2mxa2jkljgw75zqjdkyml0ppi5dspvwj4cznfhi31cq8ds0qh"))))
"10jflvadfcgxq2jnfxkpn417xd8ibh3zllz9rsqnq5w3wgfr4fhq"))))
(properties `((upstream-name . "biovizBase")))
(build-system r-build-system)
(propagated-inputs