gnu: r-seqpattern: Update to 1.24.0.
* gnu/packages/bioconductor.scm (r-seqpattern): Update to 1.24.0.
This commit is contained in:
parent
58ae27d46c
commit
76edc5ae98
1 changed files with 2 additions and 2 deletions
|
@ -4088,13 +4088,13 @@ Stephens (1990).")
|
||||||
(define-public r-seqpattern
|
(define-public r-seqpattern
|
||||||
(package
|
(package
|
||||||
(name "r-seqpattern")
|
(name "r-seqpattern")
|
||||||
(version "1.22.0")
|
(version "1.24.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
|
||||||
"0j68n6fwycxjpl2va5fw7ajb123n758s2pq997d76dysxghmrlzq"))))
|
"0h74z84zyvfzclsm0g13b95hirn99185wc6lp53jkzah9yyi59ay"))))
|
||||||
(properties
|
(properties
|
||||||
`((upstream-name . "seqPattern")))
|
`((upstream-name . "seqPattern")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
|
|
Reference in a new issue