mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 05:48:07 -05:00
gnu: r-copyhelper: Update to 1.34.0.
* gnu/packages/bioconductor.scm (r-copyhelper): Update to 1.34.0. Change-Id: I2cfa340e85fb723615295949ef614db1761f9c6e
This commit is contained in:
parent
f0591739ce
commit
4c4f07ca26
1 changed files with 2 additions and 2 deletions
|
@ -1843,13 +1843,13 @@ (define-public r-chromstardata
|
|||
(define-public r-copyhelper
|
||||
(package
|
||||
(name "r-copyhelper")
|
||||
(version "1.28.0")
|
||||
(version "1.34.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "CopyhelpeR" version 'experiment))
|
||||
(sha256
|
||||
(base32 "0klrnxck0q14birnpwzkiwmj77hwdn6gazvdg0lqn9y6j5mbkyx1"))))
|
||||
(base32 "1zfsxi65lln93fb87l6fgp7vxldb4fvnf95h91dl424xyq6qjp1h"))))
|
||||
(properties `((upstream-name . "CopyhelpeR")))
|
||||
(build-system r-build-system)
|
||||
(home-page "https://bioconductor.org/packages/CopyhelpeR/")
|
||||
|
|
Loading…
Reference in a new issue