mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-06 21:20: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:
@@ -22807,7 +22807,7 @@ dependencies of @code{VoltRon} package.")
|
|||||||
(define-public r-voltron
|
(define-public r-voltron
|
||||||
(package
|
(package
|
||||||
(name "r-voltron")
|
(name "r-voltron")
|
||||||
(version "0.2.3")
|
(version "0.2.5")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
@@ -22816,7 +22816,7 @@ dependencies of @code{VoltRon} package.")
|
|||||||
(commit (string-append "v" version))))
|
(commit (string-append "v" version))))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "15cfszipvsq2c1gqkvvg5xkwndhjvn8hqjg5ymliwfcz9y9cv9xg"))))
|
(base32 "057n4yipkq3gnlyrb63l2ryi78nlmaas02avargm352g5ra1xl9s"))))
|
||||||
(properties `((upstream-name . "VoltRon")))
|
(properties `((upstream-name . "VoltRon")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
@@ -22928,8 +22928,10 @@ guix_python <- \"~a\";"
|
|||||||
r-summarizedexperiment
|
r-summarizedexperiment
|
||||||
r-viridislite
|
r-viridislite
|
||||||
r-vitesscer
|
r-vitesscer
|
||||||
|
r-voltronstore
|
||||||
r-xml
|
r-xml
|
||||||
r-zarrdataframe))
|
r-zarrdataframe
|
||||||
|
simpleitk))
|
||||||
(native-inputs (list pkg-config r-testthat))
|
(native-inputs (list pkg-config r-testthat))
|
||||||
(home-page "https://github.com/BIMSBbioinfo/VoltRon")
|
(home-page "https://github.com/BIMSBbioinfo/VoltRon")
|
||||||
(synopsis "VoltRon for spatial data integration and analysis")
|
(synopsis "VoltRon for spatial data integration and analysis")
|
||||||
|
|||||||
Reference in New Issue
Block a user