gnu: r-dnacopy: Update to 1.70.0.
* gnu/packages/bioconductor.scm (r-dnacopy): Update to 1.70.0.
This commit is contained in:
parent
db8cb101d6
commit
9af002ee18
1 changed files with 2 additions and 2 deletions
|
@ -7237,14 +7237,14 @@ (define-public r-copynumber
|
|||
(define-public r-dnacopy
|
||||
(package
|
||||
(name "r-dnacopy")
|
||||
(version "1.68.0")
|
||||
(version "1.70.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "DNAcopy" version))
|
||||
(sha256
|
||||
(base32
|
||||
"19ax431i97r49gh1232vf8mgmkvc6k26lnq44j3g10n6q01czswm"))))
|
||||
"10bh4p8nbl84rfngsm3bi9w542m159kff95f8c2hvjcxv5yw7iwc"))))
|
||||
(properties `((upstream-name . "DNAcopy")))
|
||||
(build-system r-build-system)
|
||||
(native-inputs (list gfortran))
|
||||
|
|
Loading…
Reference in a new issue