gnu: r-biodist: Update to 1.68.0.
* gnu/packages/bioconductor.scm (r-biodist): Update to 1.68.0.
This commit is contained in:
parent
a56e8ec8fb
commit
9f3d204c3a
1 changed files with 2 additions and 2 deletions
|
@ -13324,14 +13324,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.66.0")
|
(version "1.68.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
|
||||||
"0y35c9sdq5x4q64ip0wgqz59mh01l71k1pp6n8vqbr667nwg0gdp"))))
|
"04nrvrcvpj0sn8p2i8n3ggsl2s7r4na576174i7bn1sj21vr0yb0"))))
|
||||||
(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