mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-07 19:39:34 +01:00
gnu: r-copynumber: Update to 1.28.0.
* gnu/packages/bioconductor.scm (r-copynumber): Update to 1.28.0.
This commit is contained in:
parent
9697afb10e
commit
866939b76d
1 changed files with 2 additions and 2 deletions
|
@ -2554,13 +2554,13 @@ sequencing data.")
|
|||
(define-public r-copynumber
|
||||
(package
|
||||
(name "r-copynumber")
|
||||
(version "1.26.0")
|
||||
(version "1.28.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "copynumber" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0r6r1adj20x3ckm0dlipxlf1rzngr92xsxxpy81mqxf4jpmyr8gj"))))
|
||||
"1b7v6xijpi2mir49cf83gpadhxm5pnbs6d8q8qga7y06hn9jx6my"))))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
`(("r-s4vectors" ,r-s4vectors)
|
||||
|
|
Loading…
Add table
Reference in a new issue