mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-27 04:59:27 -05:00
gnu: r-org-sc-sgd-db: Update to 3.18.0.
* gnu/packages/bioconductor.scm (r-org-sc-sgd-db): Update to 3.18.0. Change-Id: I1f7a497f0b36b1fe336343e215fe5c3f179b11ed
This commit is contained in:
parent
8ec5a25eff
commit
287c5b085b
1 changed files with 2 additions and 2 deletions
|
@ -342,14 +342,14 @@ (define-public r-org-bt-eg-db
|
|||
(define-public r-org-sc-sgd-db
|
||||
(package
|
||||
(name "r-org-sc-sgd-db")
|
||||
(version "3.17.0")
|
||||
(version "3.18.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "org.Sc.sgd.db" version
|
||||
'annotation))
|
||||
(sha256
|
||||
(base32 "1anxk5sgzgkdk4n1c7gjyzy56wa2bkifghs9m1mh82l95kyvk2ig"))))
|
||||
(base32 "15ngfqimrjpn2fxzngj5m3pvqivbq65010qdx33xs32ax48z6p2r"))))
|
||||
(properties `((upstream-name . "org.Sc.sgd.db")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs (list r-annotationdbi))
|
||||
|
|
Loading…
Reference in a new issue