me
/
guix
Archived
1
0
Fork 0

gnu: r-biocgenerics: Update to 0.36.0.

* gnu/packages/bioconductor.scm (r-biocgenerics): Update to 0.36.0.
master
zimoun 2020-10-30 15:47:09 +01:00 committed by Ricardo Wurmus
parent 70ab99096d
commit aa311eaa74
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -1190,13 +1190,13 @@ of Bioconductor.")
(define-public r-biocgenerics
(package
(name "r-biocgenerics")
(version "0.34.0")
(version "0.36.0")
(source (origin
(method url-fetch)
(uri (bioconductor-uri "BiocGenerics" version))
(sha256
(base32
"15nvqyh2gx5zkn1krbs5c4rhw5642bijdfsf2rgic70gzr05cksk"))))
"1y9pgangz2f0n9v3zj8brz8bv7a1yjsncdnd5h1l7zv0c0j9fh9q"))))
(properties
`((upstream-name . "BiocGenerics")))
(build-system r-build-system)