mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: r-alabaster-matrix: Update to 1.6.1.
* gnu/packages/bioconductor.scm (r-alabaster-matrix): Update to 1.6.1. [native-inputs]: Add r-biocsingular and r-residualmatrix. Change-Id: Idf0cdee9904bc3424402712fb7d5d699365d4297
This commit is contained in:
parent
86adb1a0b3
commit
3924708c93
1 changed files with 3 additions and 3 deletions
|
@ -4304,13 +4304,13 @@ applications can enrich this metadata with context-specific properties.")
|
|||
(define-public r-alabaster-matrix
|
||||
(package
|
||||
(name "r-alabaster-matrix")
|
||||
(version "1.6.0")
|
||||
(version "1.6.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "alabaster.matrix" version))
|
||||
(sha256
|
||||
(base32 "1pa8ihsiipcmhlm4fczzmlbskai4qlwp7ld65qcznp1bawbxvfhc"))))
|
||||
(base32 "1cppp2p8gpynyngxlyyxmgzvd27650z4bi5akw8bzimqphxfap3f"))))
|
||||
(properties `((upstream-name . "alabaster.matrix")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs (list r-alabaster-base
|
||||
|
@ -4323,7 +4323,7 @@ applications can enrich this metadata with context-specific properties.")
|
|||
r-s4arrays
|
||||
r-s4vectors
|
||||
r-sparsearray))
|
||||
(native-inputs (list r-knitr r-testthat))
|
||||
(native-inputs (list r-biocsingular r-knitr r-residualmatrix r-testthat))
|
||||
(home-page "https://bioconductor.org/packages/alabaster.matrix")
|
||||
(synopsis "Load and save artifacts from file")
|
||||
(description
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue