me
/
guix
Archived
1
0
Fork 0

gnu: r-organismdbi: Update to 1.44.0.

* gnu/packages/bioconductor.scm (r-organismdbi): Update to 1.44.0.

Change-Id: I8c018e323daab03e758e8690b31a75c06ae7d748
master
Ricardo Wurmus 2023-11-03 16:59:42 +01:00
parent 41f7fc3ef5
commit d02feac2f1
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -9169,14 +9169,14 @@ functionality of the @code{TxDb} packages (e.g.,
(define-public r-organismdbi
(package
(name "r-organismdbi")
(version "1.42.0")
(version "1.44.0")
(source
(origin
(method url-fetch)
(uri (bioconductor-uri "OrganismDbi" version))
(sha256
(base32
"1pw3qd6n0xf7vq3x73612bndcqhwrqkpi29f6crazdzjcy3fivlb"))))
"0g75y21lqmwsh28nx99zp2gxr6rhlhbw76f66qx5hrh6bm2zpm7j"))))
(properties `((upstream-name . "OrganismDbi")))
(build-system r-build-system)
(propagated-inputs