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:
Ricardo Wurmus 2024-05-07 12:32:16 +02:00
parent 487cf830ae
commit 43b32ab2e6
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -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))