mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-17 00:18:16 -05:00
gnu: r-piano: Update to 2.18.0.
* gnu/packages/bioconductor.scm (r-piano): Update to 2.18.0. Change-Id: I3511dae77061b5fca24b8b077b1fba34d613be7c
This commit is contained in:
parent
fd0e3d812c
commit
42504ecfc8
1 changed files with 2 additions and 2 deletions
|
@ -9333,13 +9333,13 @@ (define-public r-pfamanalyzer
|
|||
(define-public r-piano
|
||||
(package
|
||||
(name "r-piano")
|
||||
(version "2.16.0")
|
||||
(version "2.18.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "piano" version))
|
||||
(sha256
|
||||
(base32 "0rm9afgq4n7yinmx09b0xd17wgzhbswm80vcjmmwxr6fv1741xfy"))))
|
||||
(base32 "0rw55ig3pbvi2kyg10rx60ldcncsd4gki2h1zpr1nhmqg3fv0l5y"))))
|
||||
(properties `((upstream-name . "piano")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
|
|
Loading…
Reference in a new issue