me
/
guix
Archived
1
0
Fork 0

gnu: r-seqlogo: Update to 1.48.0.

* gnu/packages/bioinformatics.scm (r-seqlogo): Update to 1.48.0.
master
Ricardo Wurmus 2018-11-07 12:07:04 +01:00
parent c5b0815c44
commit 34f1c60c78
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -8244,14 +8244,14 @@ annotations for the genome of the model mouse Mus musculus.")
(define-public r-seqlogo
(package
(name "r-seqlogo")
(version "1.46.0")
(version "1.48.0")
(source
(origin
(method url-fetch)
(uri (bioconductor-uri "seqLogo" version))
(sha256
(base32
"16xvqcdknix9vjm8mrixi6nyfsr45jm844jh1x90m8044lwrsic1"))))
"022vr9ydwcivs7rw7kwj73gfk5gc7ckwa1q66vhd4kw9ylh70v68"))))
(properties `((upstream-name . "seqLogo")))
(build-system r-build-system)
(home-page "https://bioconductor.org/packages/seqLogo")