mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-01 00:52:55 -05:00
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 @@ (define-public r-seqlogo
|
|||
(define-public r-seqpattern
|
||||
(package
|
||||
(name "r-seqpattern")
|
||||
(version "1.22.0")
|
||||
(version "1.24.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "seqPattern" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0j68n6fwycxjpl2va5fw7ajb123n758s2pq997d76dysxghmrlzq"))))
|
||||
"0h74z84zyvfzclsm0g13b95hirn99185wc6lp53jkzah9yyi59ay"))))
|
||||
(properties
|
||||
`((upstream-name . "seqPattern")))
|
||||
(build-system r-build-system)
|
||||
|
|
Loading…
Reference in a new issue