me
/
guix
Archived
1
0
Fork 0

gnu: r-seqpattern: Update to 1.30.0.

* gnu/packages/bioconductor.scm (r-seqpattern): Update to 1.30.0.
master
zimoun 2022-11-17 03:50:13 +01:00 committed by Ricardo Wurmus
parent 59e810b232
commit 1ca80ed5a5
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -6913,13 +6913,13 @@ Stephens (1990).")
(define-public r-seqpattern
(package
(name "r-seqpattern")
(version "1.28.0")
(version "1.30.0")
(source (origin
(method url-fetch)
(uri (bioconductor-uri "seqPattern" version))
(sha256
(base32
"0nrrlr1nl9zxmp88qq8jn7wgmda6jh0xvp4nph94w4nwjsyb7xqn"))))
"17nvxy8kdc1k0kyf0qny6jp3gzr024q37mmh5x18jjr794hnf9s5"))))
(properties
`((upstream-name . "seqPattern")))
(build-system r-build-system)