mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-04 02:19:18 -05:00
gnu: r-dyndoc: Update to 1.80.0.
* gnu/packages/bioconductor.scm (r-dyndoc): Update to 1.80.0. Change-Id: Ib441b637725f1472cf0585a86bb61ceb188cbb9d
This commit is contained in:
parent
736217fae0
commit
ea1d58bf25
1 changed files with 2 additions and 2 deletions
|
@ -5476,13 +5476,13 @@ (define-public r-dss
|
|||
(define-public r-dyndoc
|
||||
(package
|
||||
(name "r-dyndoc")
|
||||
(version "1.78.0")
|
||||
(version "1.80.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "DynDoc" version))
|
||||
(sha256
|
||||
(base32
|
||||
"16cb4pby6ja0xy8ygbgr6zfbyp4agyhlds5sayc5ryq50vafykah"))))
|
||||
"0d2axaszy7rpi47yg4vhd1z70m53nx40znapgg5pq6ahrx7if5f1"))))
|
||||
(properties `((upstream-name . "DynDoc")))
|
||||
(build-system r-build-system)
|
||||
(home-page "https://bioconductor.org/packages/DynDoc")
|
||||
|
|
Loading…
Reference in a new issue