mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-01 09:02:59 -05:00
gnu: r-seqpattern: Update to 1.34.0.
* gnu/packages/bioconductor.scm (r-seqpattern): Update to 1.34.0. Change-Id: Iaca71f59f8399e2fe27ab545b128dbc16097ac72
This commit is contained in:
parent
08fcb9423d
commit
8cc5dee008
1 changed files with 2 additions and 2 deletions
|
@ -10201,13 +10201,13 @@ (define-public r-seqlogo
|
|||
(define-public r-seqpattern
|
||||
(package
|
||||
(name "r-seqpattern")
|
||||
(version "1.32.0")
|
||||
(version "1.34.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "seqPattern" version))
|
||||
(sha256
|
||||
(base32
|
||||
"033hss67dxi6fbvn6ya7vc61f60m20hwms9kmdia0icyp8nv2yil"))))
|
||||
"0rs9dy540d4agp7fc8glbrcnly4s6qcxqsq4yv8y555bbdld6dv0"))))
|
||||
(properties
|
||||
`((upstream-name . "seqPattern")))
|
||||
(build-system r-build-system)
|
||||
|
|
Loading…
Reference in a new issue