mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-31 16:42:38 -05:00
gnu: r-org-sc-sgd-db: Update to 3.19.1.
* gnu/packages/bioconductor.scm (r-org-sc-sgd-db): Update to 3.19.1. Change-Id: Iee6d57797bb3dde152ce0e22a3ed25c30c039a09
This commit is contained in:
parent
487cf830ae
commit
43b32ab2e6
1 changed files with 2 additions and 2 deletions
|
@ -343,14 +343,14 @@ (define-public r-org-bt-eg-db
|
|||
(define-public r-org-sc-sgd-db
|
||||
(package
|
||||
(name "r-org-sc-sgd-db")
|
||||
(version "3.18.0")
|
||||
(version "3.19.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "org.Sc.sgd.db" version
|
||||
'annotation))
|
||||
(sha256
|
||||
(base32 "15ngfqimrjpn2fxzngj5m3pvqivbq65010qdx33xs32ax48z6p2r"))))
|
||||
(base32 "1sbjwyf0ibivdhhxsaljgqa4lqp3hcf8gcrlcm2vd78bfm5cm7bg"))))
|
||||
(properties `((upstream-name . "org.Sc.sgd.db")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs (list r-annotationdbi))
|
||||
|
|
Loading…
Reference in a new issue