gnu: r-biocinstaller: Update to 1.24.0.
* gnu/packages/bioinformatics.scm (r-biocinstaller): Update to 1.24.0.
This commit is contained in:
parent
f0b297e17b
commit
5c7b04e0c3
|
@ -5873,13 +5873,13 @@ packages.")
|
||||||
(define-public r-biocinstaller
|
(define-public r-biocinstaller
|
||||||
(package
|
(package
|
||||||
(name "r-biocinstaller")
|
(name "r-biocinstaller")
|
||||||
(version "1.22.3")
|
(version "1.24.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "BiocInstaller" version))
|
(uri (bioconductor-uri "BiocInstaller" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"02qkfq6f2b7v9klri6d1nv21r54bywv1zd5x47ka0jhhp946cqpr"))))
|
"0y1y5wmy6lzjqx3hdg15n91d417ccjj8dbvdkhmp99bs5aijwcpn"))))
|
||||||
(properties
|
(properties
|
||||||
`((upstream-name . "BiocInstaller")))
|
`((upstream-name . "BiocInstaller")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
|
|
Loading…
Reference in New Issue