gnu: r-dnacopy: Update to 1.72.2.

* gnu/packages/bioconductor.scm (r-dnacopy): Update to 1.72.2.
This commit is contained in:
Ricardo Wurmus 2022-12-19 23:00:00 +01:00
parent 96508fa43a
commit b51001141b
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -9624,14 +9624,14 @@ penalized least squares regression method.")
(define-public r-dnacopy
(package
(name "r-dnacopy")
(version "1.72.0")
(version "1.72.2")
(source
(origin
(method url-fetch)
(uri (bioconductor-uri "DNAcopy" version))
(sha256
(base32
"0z2hl68f5f6d2w6gbhax4531g3zbgiihj99h32sa44hp29al38ld"))))
"1f6ilfwhli7bdnr48y2ijdydvw7kjbyz701kgbsw3w7inr6x6ayr"))))
(properties `((upstream-name . "DNAcopy")))
(build-system r-build-system)
(native-inputs (list gfortran))