gnu: r-seqpattern: Update to 1.22.0.
* gnu/packages/bioinformatics.scm (r-seqpattern): Update to 1.22.0.
This commit is contained in:
parent
a180744b37
commit
44bf116f03
1 changed files with 2 additions and 2 deletions
|
@ -8584,13 +8584,13 @@ microarray data, using nearest neighbor averaging.")
|
||||||
(define-public r-seqpattern
|
(define-public r-seqpattern
|
||||||
(package
|
(package
|
||||||
(name "r-seqpattern")
|
(name "r-seqpattern")
|
||||||
(version "1.20.0")
|
(version "1.22.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "seqPattern" version))
|
(uri (bioconductor-uri "seqPattern" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0f1yvx2ri1557rzjx08q5bgml1cvkm8hjl8xn1qi4rjs64sy6mci"))))
|
"0j68n6fwycxjpl2va5fw7ajb123n758s2pq997d76dysxghmrlzq"))))
|
||||||
(properties
|
(properties
|
||||||
`((upstream-name . "seqPattern")))
|
`((upstream-name . "seqPattern")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
|
|
Reference in a new issue