me
/
guix
Archived
1
0
Fork 0

gnu: r-dnacopy: Update to 1.72.3.

* gnu/packages/bioconductor.scm (r-dnacopy): Update to 1.72.3.
Simon Tournier 2023-02-20 19:54:02 +01:00 committed by Ricardo Wurmus
parent 2b6c03a34e
commit 14038b4df0
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

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