me
/
guix
Archived
1
0
Fork 0

gnu: r-seqpattern: Update to 1.28.0.

* gnu/packages/bioconductor.scm (r-seqpattern): Update to 1.28.0.
master
Ricardo Wurmus 2022-05-28 12:44:44 +02:00
parent 5346b424cc
commit 27588f020d
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

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