mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 05:18:07 -05:00
gnu: r-copynumber: Update to 1.26.0.
* gnu/packages/bioconductor.scm (r-copynumber): Update to 1.26.0.
This commit is contained in:
parent
84825e5523
commit
eb3fd3825c
1 changed files with 2 additions and 2 deletions
|
@ -2200,13 +2200,13 @@ (define-public r-chipexoqual
|
|||
(define-public r-copynumber
|
||||
(package
|
||||
(name "r-copynumber")
|
||||
(version "1.24.0")
|
||||
(version "1.26.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "copynumber" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0gmxi7w776pjqv3v0pkdihb167zzrnr9hw64yfvzgjhkhrc6a4rp"))))
|
||||
"0r6r1adj20x3ckm0dlipxlf1rzngr92xsxxpy81mqxf4jpmyr8gj"))))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
`(("r-s4vectors" ,r-s4vectors)
|
||||
|
|
Loading…
Reference in a new issue