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
|
(define-public r-copyhelper
|
||||||
(package
|
(package
|
||||||
(name "r-copyhelper")
|
(name "r-copyhelper")
|
||||||
(version "1.6.0")
|
(version "1.28.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "CopyhelpeR" version 'experiment))
|
(uri (bioconductor-uri "CopyhelpeR" version 'experiment))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32 "0klrnxck0q14birnpwzkiwmj77hwdn6gazvdg0lqn9y6j5mbkyx1"))))
|
||||||
"0x7cyynjmxls9as2gg0iyp9x5fpalxmdjq914ss7i84i9zyk5bhq"))))
|
|
||||||
(properties `((upstream-name . "CopyhelpeR")))
|
(properties `((upstream-name . "CopyhelpeR")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(home-page "https://bioconductor.org/packages/CopyhelpeR/")
|
(home-page "https://bioconductor.org/packages/CopyhelpeR/")
|
||||||
|
|
Loading…
Reference in a new issue