mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 06:18:07 -05:00
gnu: r-dnacopy: Update to 1.72.2.
* gnu/packages/bioconductor.scm (r-dnacopy): Update to 1.72.2.
This commit is contained in:
parent
96508fa43a
commit
b51001141b
1 changed files with 2 additions and 2 deletions
|
@ -9624,14 +9624,14 @@ (define-public r-copynumber
|
||||||
(define-public r-dnacopy
|
(define-public r-dnacopy
|
||||||
(package
|
(package
|
||||||
(name "r-dnacopy")
|
(name "r-dnacopy")
|
||||||
(version "1.72.0")
|
(version "1.72.2")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "DNAcopy" version))
|
(uri (bioconductor-uri "DNAcopy" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0z2hl68f5f6d2w6gbhax4531g3zbgiihj99h32sa44hp29al38ld"))))
|
"1f6ilfwhli7bdnr48y2ijdydvw7kjbyz701kgbsw3w7inr6x6ayr"))))
|
||||||
(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))
|
||||||
|
|
Loading…
Reference in a new issue