gnu: r-biocinstaller: Update to 1.32.1.
* gnu/packages/bioinformatics.scm (r-biocinstaller): Update to 1.32.1.
This commit is contained in:
parent
2f28ffd81d
commit
36d7d823a4
|
@ -7071,13 +7071,13 @@ packages.")
|
||||||
(define-public r-biocinstaller
|
(define-public r-biocinstaller
|
||||||
(package
|
(package
|
||||||
(name "r-biocinstaller")
|
(name "r-biocinstaller")
|
||||||
(version "1.30.0")
|
(version "1.32.1")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "BiocInstaller" version))
|
(uri (bioconductor-uri "BiocInstaller" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1xg1gi1hf5vflp71ji21gnmr4kcjpx8a6c47cllpc7yqnjv5nfg0"))))
|
"1s1f9qhyf3mc73ir25x2zlgi9hf45a37lg4z8fbva4i21hqisgsl"))))
|
||||||
(properties
|
(properties
|
||||||
`((upstream-name . "BiocInstaller")))
|
`((upstream-name . "BiocInstaller")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
|
|
Loading…
Reference in New Issue