mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-31 16:42:38 -05:00
gnu: r-copyhelper: Update to 1.36.0.
* gnu/packages/bioconductor.scm (r-copyhelper): Update to 1.36.0. Change-Id: I4726f8bf6c654b03ee4eb84ae697e7844d06e164
This commit is contained in:
parent
b53302805e
commit
f5a724eb16
1 changed files with 2 additions and 2 deletions
|
@ -1852,13 +1852,13 @@ (define-public r-chromstardata
|
|||
(define-public r-copyhelper
|
||||
(package
|
||||
(name "r-copyhelper")
|
||||
(version "1.34.0")
|
||||
(version "1.36.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "CopyhelpeR" version 'experiment))
|
||||
(sha256
|
||||
(base32 "1zfsxi65lln93fb87l6fgp7vxldb4fvnf95h91dl424xyq6qjp1h"))))
|
||||
(base32 "1ijlba601wknkj6ybbnarcdw1z54f76gkdgynpry1v8jpbpvcadr"))))
|
||||
(properties `((upstream-name . "CopyhelpeR")))
|
||||
(build-system r-build-system)
|
||||
(home-page "https://bioconductor.org/packages/CopyhelpeR/")
|
||||
|
|
Loading…
Reference in a new issue