mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-14 19:05:10 -05:00
gnu: r-dnacopy: Update to 1.52.0.
* gnu/packages/bioinformatics.scm (r-dnacopy): Update to 1.52.0.
This commit is contained in:
parent
c7782c3f1f
commit
94fd86e5e1
1 changed files with 2 additions and 2 deletions
|
@ -6583,13 +6583,13 @@ (define-public r-optparse
|
||||||
(define-public r-dnacopy
|
(define-public r-dnacopy
|
||||||
(package
|
(package
|
||||||
(name "r-dnacopy")
|
(name "r-dnacopy")
|
||||||
(version "1.50.1")
|
(version "1.52.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "DNAcopy" version))
|
(uri (bioconductor-uri "DNAcopy" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0f0x83db7rm5xf9fg5pjhvs4i165qqaf01lbwb8kj13fsqpwx15p"))))
|
"127il5rlg1hzjlhwhs64x3nm18p00q1pd9ckb2b9ifl0rax95wai"))))
|
||||||
(properties
|
(properties
|
||||||
`((upstream-name . "DNAcopy")))
|
`((upstream-name . "DNAcopy")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
|
|
Loading…
Reference in a new issue