gnu: r-biocgenerics: Update to 0.50.0.

* gnu/packages/bioconductor.scm (r-biocgenerics): Update to 0.50.0.

Change-Id: I2b44832f6cde8d943db8307050efa6b68bb814b4
This commit is contained in:
Ricardo Wurmus 2024-05-07 12:32:42 +02:00
parent eaeab2d12d
commit 94cb2cee11
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC

View File

@ -4940,13 +4940,13 @@ of Bioconductor.")
(define-public r-biocgenerics
(package
(name "r-biocgenerics")
(version "0.48.1")
(version "0.50.0")
(source (origin
(method url-fetch)
(uri (bioconductor-uri "BiocGenerics" version))
(sha256
(base32
"0av525j9l0y3kjdy5wl6s35sh4nsabmdclq3687l5258kmq2dq8k"))))
"0500ya3df53xx1dfdmk50bh30ja28y6qkdwds1c1m4c7q0h2xmqi"))))
(properties
`((upstream-name . "BiocGenerics")))
(build-system r-build-system)