me
/
guix
Archived
1
0
Fork 0

gnu: r-biodb: Update to 1.4.2.

* gnu/packages/bioconductor.scm (r-biodb): Update to 1.4.2.
master
Ricardo Wurmus 2022-10-03 18:20:59 +02:00
parent 87c097631f
commit 202fd44ca0
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -16334,14 +16334,14 @@ the Bioconductor project.")
(define-public r-biodb
(package
(name "r-biodb")
(version "1.4.0")
(version "1.4.2")
(source
(origin
(method url-fetch)
(uri (bioconductor-uri "biodb" version))
(sha256
(base32
"02i0n29bp9d9p1ibslxca5m37qsgny2hlgg7d364lf7kc6y2bqni"))))
"0f3clqmrpaawhjjyb4x5mnbhsam56r0av05b5cl5p4waylp8qbs1"))))
(properties `((upstream-name . "biodb")))
(build-system r-build-system)
(propagated-inputs