mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-16 16:08:04 -05:00
gnu: r-pfam-db: Update to 3.19.1.
* gnu/packages/bioconductor.scm (r-pfam-db): Update to 3.19.1. Change-Id: If95fa52bdfeb87ed606b9b7564ce73606a8616c8
This commit is contained in:
parent
7eabe6d69d
commit
378904acf5
1 changed files with 2 additions and 2 deletions
|
@ -1488,13 +1488,13 @@ (define-public r-hgu133plus2-db
|
|||
(define-public r-pfam-db
|
||||
(package
|
||||
(name "r-pfam-db")
|
||||
(version "3.18.0")
|
||||
(version "3.19.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "PFAM.db" version 'annotation))
|
||||
(sha256
|
||||
(base32 "15m7qfvz53jkdmx90y7rvy62myr4y3hdy414yqi0w3ch32vy78nr"))))
|
||||
(base32 "0jjba22p8x4cfnihsa3gah3amdr4yrqpfm0zfr990jcjkvf94wvk"))))
|
||||
(properties `((upstream-name . "PFAM.db")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
|
|
Loading…
Reference in a new issue