gnu: r-biodist: Update to 1.70.0.
* gnu/packages/bioconductor.scm (r-biodist): Update to 1.70.0.
This commit is contained in:
parent
3e451b9415
commit
29c12faa87
1 changed files with 2 additions and 2 deletions
|
@ -15294,14 +15294,14 @@ Rmarkdown and LaTeX documents when authoring a Bioconductor Workflow.")
|
||||||
(define-public r-biodist
|
(define-public r-biodist
|
||||||
(package
|
(package
|
||||||
(name "r-biodist")
|
(name "r-biodist")
|
||||||
(version "1.68.0")
|
(version "1.70.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "bioDist" version))
|
(uri (bioconductor-uri "bioDist" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"04nrvrcvpj0sn8p2i8n3ggsl2s7r4na576174i7bn1sj21vr0yb0"))))
|
"1fnx3q5arsilrvnhndplap8h4ydi9bvmlpfllj1li124hn5n2w3d"))))
|
||||||
(properties `((upstream-name . "bioDist")))
|
(properties `((upstream-name . "bioDist")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
|
|
Reference in a new issue