Browse Source
gnu: r-seqpattern: Update to 1.8.0.
* gnu/packages/bioinformatics.scm (r-seqpattern): Update to 1.8.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
|
|
@ -7043,13 +7043,13 @@ microarray data, using nearest neighbor averaging.") |
|
|
|
(define-public r-seqpattern |
|
|
|
(package |
|
|
|
(name "r-seqpattern") |
|
|
|
(version "1.6.0") |
|
|
|
(version "1.8.0") |
|
|
|
(source (origin |
|
|
|
(method url-fetch) |
|
|
|
(uri (bioconductor-uri "seqPattern" version)) |
|
|
|
(sha256 |
|
|
|
(base32 |
|
|
|
"0lsa5pz36xapi3yiv78k3z286a5md5sm5g21pgfyg8zmhmkxr7y8")))) |
|
|
|
"0yw5251sirv3283xgmfmfbf900xp8dwvqfk88mr945s3by5hx99v")))) |
|
|
|
(properties |
|
|
|
`((upstream-name . "seqPattern"))) |
|
|
|
(build-system r-build-system) |
|
|
|