gnu: r-dnacopy: Update to 1.72.0.

* gnu/packages/bioconductor.scm (r-dnacopy): Update to 1.72.0.
This commit is contained in:
zimoun 2022-11-17 03:50:17 +01:00 committed by Ricardo Wurmus
parent 3a731c1b28
commit 9fcaa4e3d8
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -9029,14 +9029,14 @@ penalized least squares regression method.")
(define-public r-dnacopy (define-public r-dnacopy
(package (package
(name "r-dnacopy") (name "r-dnacopy")
(version "1.70.0") (version "1.72.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
"10bh4p8nbl84rfngsm3bi9w542m159kff95f8c2hvjcxv5yw7iwc")))) "0z2hl68f5f6d2w6gbhax4531g3zbgiihj99h32sa44hp29al38ld"))))
(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))