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 @@ penalized least squares regression method.")
|
||||||
(define-public r-dnacopy
|
(define-public r-dnacopy
|
||||||
(package
|
(package
|
||||||
(name "r-dnacopy")
|
(name "r-dnacopy")
|
||||||
(version "1.68.0")
|
(version "1.70.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "DNAcopy" version))
|
(uri (bioconductor-uri "DNAcopy" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"19ax431i97r49gh1232vf8mgmkvc6k26lnq44j3g10n6q01czswm"))))
|
"10bh4p8nbl84rfngsm3bi9w542m159kff95f8c2hvjcxv5yw7iwc"))))
|
||||||
(properties `((upstream-name . "DNAcopy")))
|
(properties `((upstream-name . "DNAcopy")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(native-inputs (list gfortran))
|
(native-inputs (list gfortran))
|
||||||
|
|
Reference in a new issue