1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-05-26 19:11:46 +02:00

gnu: r-biostrings: Patch for compatibility with R 4.6.0.

* gnu/packages/patches/r-biostrings-r4.6.0-compat.patch: New file.
* gnu/local.mk (dist_patch_DATA): Record it.
* gnu/packages/bioconductor.scm (r-biostrings)[source]: Register patch.

Change-Id: Id0ba9e4340245c456e25e631ca372c1a6edb2bba
This commit is contained in:
Ricardo Wurmus
2026-04-27 09:07:51 +02:00
parent afe281ae0f
commit 895605e489
3 changed files with 517 additions and 1 deletions
+3 -1
View File
@@ -8779,7 +8779,9 @@ objects.")
(uri (bioconductor-uri "Biostrings" version))
(sha256
(base32
"11fn7wiw3simgkgk2hka7aiac7n5hnzhjpjfl0ybx8820a76daxk"))))
"11fn7wiw3simgkgk2hka7aiac7n5hnzhjpjfl0ybx8820a76daxk"))
(patches
(search-patches "r-biostrings-r4.6.0-compat.patch"))))
(properties
`((upstream-name . "Biostrings")))
(build-system r-build-system)