gnu: r-organismdbi: Update to 1.28.0.

* gnu/packages/bioinformatics.scm (r-organismdbi): Update to 1.28.0.
This commit is contained in:
Ricardo Wurmus 2019-12-15 15:05:54 +01:00
parent 866810e686
commit e89032667d
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -9925,14 +9925,14 @@ (define-public r-ensembldb
(define-public r-organismdbi
(package
(name "r-organismdbi")
(version "1.26.0")
(version "1.28.0")
(source
(origin
(method url-fetch)
(uri (bioconductor-uri "OrganismDbi" version))
(sha256
(base32
"14azk69pmwlhza0mhsxigsg127w3mgsx9hhrbdcdqmy3vzfbfaqq"))))
"1bvfyh733mhka9zd00hrzpalgjs255c2blnxyf60ipzk5jg7yllb"))))
(properties `((upstream-name . "OrganismDbi")))
(build-system r-build-system)
(propagated-inputs