Archived
1
0
Fork 0

gnu: r-biocgenerics: Update to 0.32.0.

* gnu/packages/bioconductor.scm (r-biocgenerics): Update to 0.32.0.
This commit is contained in:
Ricardo Wurmus 2019-12-15 14:29:28 +01:00
parent 2c8433ca0a
commit be5e4e9615
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -903,13 +903,13 @@ of Bioconductor.")
(define-public r-biocgenerics
(package
(name "r-biocgenerics")
(version "0.30.0")
(version "0.32.0")
(source (origin
(method url-fetch)
(uri (bioconductor-uri "BiocGenerics" version))
(sha256
(base32
"1n87686bg5nmpqdpzwv1h551dkbxp9wk6wbmzpkgm71qxnk2yv9f"))))
"1np8y442zyakm4axpinbw1qsgc6wd3zjsnirbhc8lcii4ky9j0rn"))))
(properties
`((upstream-name . "BiocGenerics")))
(build-system r-build-system)