me
/
guix
Archived
1
0
Fork 0

gnu: r-dnacopy: Update to 1.64.0.

* gnu/packages/bioconductor.scm (r-dnacopy): Update to 1.64.0.
master
zimoun 2020-10-30 15:49:20 +01:00 committed by Ricardo Wurmus
parent 43d8db0462
commit 850f4c2a36
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -2686,14 +2686,14 @@ penalized least squares regression method.")
(define-public r-dnacopy
(package
(name "r-dnacopy")
(version "1.62.0")
(version "1.64.0")
(source
(origin
(method url-fetch)
(uri (bioconductor-uri "DNAcopy" version))
(sha256
(base32
"0jg8lr83drzfs5h73c7mk7x99vj99a2p2s1sqjc4gicn927xvhza"))))
"0km5af4iw8a0m6by933lgdi5246jafyfxk6fsqdiwg07v9wxw5hc"))))
(properties `((upstream-name . "DNAcopy")))
(build-system r-build-system)
(native-inputs `(("gfortran" ,gfortran)))