mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: r-dnacopy: Update to 1.82.0.
* gnu/packages/bioconductor.scm (r-dnacopy): Update to 1.82.0. Change-Id: Icb874b15d30811b389cd37388eb7f1fdaec2df77
This commit is contained in:
parent
4ebab9d00d
commit
a0f13e6d41
1 changed files with 2 additions and 2 deletions
|
@ -17115,14 +17115,14 @@ penalized least squares regression method.")
|
|||
(define-public r-dnacopy
|
||||
(package
|
||||
(name "r-dnacopy")
|
||||
(version "1.80.0")
|
||||
(version "1.82.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "DNAcopy" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1ckbj338brcsj5kx5w0xs1gh8j3mx41b55lzf48irvfnslxk3iws"))))
|
||||
"1r9yppn98qphkj97v94hkg9llw25xxafdh7f87xs9n5f07l186rr"))))
|
||||
(properties `((upstream-name . "DNAcopy")))
|
||||
(build-system r-build-system)
|
||||
(native-inputs (list gfortran))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue