me
/
guix
Archived
1
0
Fork 0

gnu: r-biocversion: Update to 3.11.1.

* gnu/packages/bioconductor.scm (r-biocversion): Update to 3.11.1.
master
Ricardo Wurmus 2020-06-12 16:42:01 +02:00
parent 1ab0380db9
commit bc217e4c0c
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -1165,14 +1165,14 @@ across the entire multi-'omics experiment.")
(define-public r-biocversion (define-public r-biocversion
(package (package
(name "r-biocversion") (name "r-biocversion")
(version "3.10.1") (version "3.11.1")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (bioconductor-uri "BiocVersion" version)) (uri (bioconductor-uri "BiocVersion" version))
(sha256 (sha256
(base32 (base32
"0mfqjqfvrwwglldq3g7nbic5hf3nwzv02nbfxnl2cfvf9gznlh5f")))) "1rrzx3dqds0jlj1bmjc744wiamb2hssbh3jfxz1s9jp4cvnwrpmz"))))
(properties `((upstream-name . "BiocVersion"))) (properties `((upstream-name . "BiocVersion")))
(build-system r-build-system) (build-system r-build-system)
(home-page "https://bioconductor.org/packages/BiocVersion/") (home-page "https://bioconductor.org/packages/BiocVersion/")