me
/
guix
Archived
1
0
Fork 0

gnu: r-seqlogo: Update to 1.46.0.

* gnu/packages/bioinformatics.scm (r-seqlogo): Update to 1.46.0.
master
Ricardo Wurmus 2018-06-02 11:56:18 +02:00
parent 17d35de73f
commit 8217c2d0bc
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

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