mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-16 19:57:39 -05:00
gnu: r-copyhelper: Update to 1.28.0.
* gnu/packages/bioconductor.scm (r-copyhelper): Update to 1.28.0.
This commit is contained in:
parent
e437cf10a4
commit
7a58c9af46
1 changed files with 2 additions and 3 deletions
|
@ -1293,14 +1293,13 @@ (define-public r-chromstardata
|
|||
(define-public r-copyhelper
|
||||
(package
|
||||
(name "r-copyhelper")
|
||||
(version "1.6.0")
|
||||
(version "1.28.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "CopyhelpeR" version 'experiment))
|
||||
(sha256
|
||||
(base32
|
||||
"0x7cyynjmxls9as2gg0iyp9x5fpalxmdjq914ss7i84i9zyk5bhq"))))
|
||||
(base32 "0klrnxck0q14birnpwzkiwmj77hwdn6gazvdg0lqn9y6j5mbkyx1"))))
|
||||
(properties `((upstream-name . "CopyhelpeR")))
|
||||
(build-system r-build-system)
|
||||
(home-page "https://bioconductor.org/packages/CopyhelpeR/")
|
||||
|
|
Loading…
Reference in a new issue