1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

gnu: r-tximeta: Update to 1.28.3.

* gnu/packages/bioconductor.scm (r-tximeta): Update to 1.28.3.

Change-Id: Idfae2347d58ba6c8b58c8d9a6b84bd36e768cf53
This commit is contained in:
Ricardo Wurmus
2026-02-10 15:26:14 +01:00
committed by Andreas Enge
parent 458277137b
commit c8dc645fbd

View File

@@ -28981,14 +28981,14 @@ embeddings and functions to build new reference.")
(define-public r-tximeta
(package
(name "r-tximeta")
(version "1.28.1")
(version "1.28.3")
(source
(origin
(method url-fetch)
(uri (bioconductor-uri "tximeta" version))
(sha256
(base32
"1152llv077q19zyyzzba0ggy03vlvgqrirrkssa8nk0pi93nh1zv"))))
"15lm6h271kkz265mab55fncngnqx56200l0m7qw7bdyq58fnlp4a"))))
(properties `((upstream-name . "tximeta")))
(build-system r-build-system)
;; Two tests fail because data files are not included.