me
/
guix
Archived
1
0
Fork 0

gnu: r-biodb: Update to 1.12.0.

* gnu/packages/bioconductor.scm (r-biodb): Update to 1.12.0.

Change-Id: If7001f4b7fd5393a45799562d2ece279e0a60215
master
Ricardo Wurmus 2024-05-07 13:07:25 +02:00
parent 5748d5c626
commit f8cb2a50dc
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -24274,14 +24274,14 @@ the Bioconductor project.")
(define-public r-biodb
(package
(name "r-biodb")
(version "1.10.0")
(version "1.12.0")
(source
(origin
(method url-fetch)
(uri (bioconductor-uri "biodb" version))
(sha256
(base32
"18w062s0wwdisl6a9a79in6h4052x3janinc5isip0x6p9g9d9bk"))))
"0zkd6505q0myc5l9d69i1fvfhcrjqxkv208p84zr5p7xi8jmg3dw"))))
(properties `((upstream-name . "biodb")))
(build-system r-build-system)
(propagated-inputs