mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-15 07:27:48 -05:00
gnu: r-dnacopy: Update to 1.54.0.
* gnu/packages/bioinformatics.scm (r-dnacopy): Update to 1.54.0.
This commit is contained in:
parent
3679a2fec4
commit
607acf3194
1 changed files with 2 additions and 2 deletions
|
@ -7084,13 +7084,13 @@ (define-public r-optparse
|
||||||
(define-public r-dnacopy
|
(define-public r-dnacopy
|
||||||
(package
|
(package
|
||||||
(name "r-dnacopy")
|
(name "r-dnacopy")
|
||||||
(version "1.52.0")
|
(version "1.54.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
|
||||||
"127il5rlg1hzjlhwhs64x3nm18p00q1pd9ckb2b9ifl0rax95wai"))))
|
"03hfhmmc5y60r2gcgm367w2fr7qj115l74m9bp3h9qpn5yci0d8n"))))
|
||||||
(properties
|
(properties
|
||||||
`((upstream-name . "DNAcopy")))
|
`((upstream-name . "DNAcopy")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
|
|
Loading…
Reference in a new issue