Browse Source
gnu: r-dnacopy: Update to 1.50.0.
* gnu/packages/bioinformatics.scm (r-dnacopy): Update to 1.50.0.
version-0.13.0
Roel Janssen
5 years ago
No known key found for this signature in database
GPG Key ID: C3EC1DCA843072E1
1 changed files with
2 additions and
2 deletions
-
gnu/packages/bioinformatics.scm
|
|
@ -6234,13 +6234,13 @@ that accept short and long options.") |
|
|
|
(define-public r-dnacopy |
|
|
|
(package |
|
|
|
(name "r-dnacopy") |
|
|
|
(version "1.48.0") |
|
|
|
(version "1.50.0") |
|
|
|
(source (origin |
|
|
|
(method url-fetch) |
|
|
|
(uri (bioconductor-uri "DNAcopy" version)) |
|
|
|
(sha256 |
|
|
|
(base32 |
|
|
|
"1idyvfvy7xx8k9vk00y4k3819qmip8iqm809j3vpxabmsn7r9zyh")))) |
|
|
|
"0112ry62z18m7rdyrn3gvbxq2f6m44cawhcfb1f02z9xzlsj0k28")))) |
|
|
|
(properties |
|
|
|
`((upstream-name . "DNAcopy"))) |
|
|
|
(build-system r-build-system) |
|
|
|