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

gnu: r-voltron: Update to 0.2.5.

* gnu/packages/bioinformatics.scm (r-voltron): Update to 0.2.5.
[propagated-inputs]: Add r-voltronstore and simpleitk.

Change-Id: I292c4e6b81b23471589c965449766d72d197e200
This commit is contained in:
Ricardo Wurmus
2026-03-17 21:00:59 +01:00
parent 9b6548fc6e
commit 60f26275ef

View File

@@ -22807,7 +22807,7 @@ dependencies of @code{VoltRon} package.")
(define-public r-voltron
(package
(name "r-voltron")
(version "0.2.3")
(version "0.2.5")
(source
(origin
(method git-fetch)
@@ -22816,7 +22816,7 @@ dependencies of @code{VoltRon} package.")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
(base32 "15cfszipvsq2c1gqkvvg5xkwndhjvn8hqjg5ymliwfcz9y9cv9xg"))))
(base32 "057n4yipkq3gnlyrb63l2ryi78nlmaas02avargm352g5ra1xl9s"))))
(properties `((upstream-name . "VoltRon")))
(build-system r-build-system)
(arguments
@@ -22928,8 +22928,10 @@ guix_python <- \"~a\";"
r-summarizedexperiment
r-viridislite
r-vitesscer
r-voltronstore
r-xml
r-zarrdataframe))
r-zarrdataframe
simpleitk))
(native-inputs (list pkg-config r-testthat))
(home-page "https://github.com/BIMSBbioinfo/VoltRon")
(synopsis "VoltRon for spatial data integration and analysis")