mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-28 23:32:24 -05:00
gnu: r-dyndoc: Update to 1.82.0.
* gnu/packages/bioconductor.scm (r-dyndoc): Update to 1.82.0. Change-Id: Ib44ec47e918a680d271e8c8ea81db745f1f06325
This commit is contained in:
parent
657c030a57
commit
6b72971be3
1 changed files with 2 additions and 2 deletions
|
@ -6059,13 +6059,13 @@ (define-public r-dss
|
|||
(define-public r-dyndoc
|
||||
(package
|
||||
(name "r-dyndoc")
|
||||
(version "1.80.0")
|
||||
(version "1.82.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "DynDoc" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0d2axaszy7rpi47yg4vhd1z70m53nx40znapgg5pq6ahrx7if5f1"))))
|
||||
"174jfdyq7g7mvn7wvmdkf36n0n969aqsg9bwd1nk6a5nw1khm7js"))))
|
||||
(properties `((upstream-name . "DynDoc")))
|
||||
(build-system r-build-system)
|
||||
(home-page "https://bioconductor.org/packages/DynDoc")
|
||||
|
|
Loading…
Reference in a new issue