1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-06-30 04:34:09 +02:00

gnu: r-biocgenerics: Update to 0.58.1.

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

Change-Id: I778117374b060f155996808bede8204f72166cc2
This commit is contained in:
Ricardo Wurmus
2026-05-21 08:51:50 +02:00
parent f6333ac9c0
commit ebb3502bab
+2 -2
View File
@@ -6137,13 +6137,13 @@ of Bioconductor.")
(define-public r-biocgenerics
(package
(name "r-biocgenerics")
(version "0.58.0")
(version "0.58.1")
(source (origin
(method url-fetch)
(uri (bioconductor-uri "BiocGenerics" version))
(sha256
(base32
"03afjniblhgcxcjir9l4hp5nn4qa9qvmhnjrxjqqmgx5mpbjpmpj"))))
"160s075v9h5gxg1mqhi3kd84hq2cm8w6f6yj3h40fnib1fgma4b9"))))
(properties
`((upstream-name . "BiocGenerics")))
(build-system r-build-system)