~ruther/guix-local

6a6efb9d7cbe35ac6477749f27bb3d78aa158df8 — Ricardo Wurmus 3 months ago 725bc1f
gnu: r-systempiper: Update to 2.16.3.

* gnu/packages/bioconductor.scm (r-systempiper): Update to 2.16.3.

Change-Id: I7e8a52ebeb28d45b7ee2d4e85d1381f4a56cd916
Signed-off-by: Rutherther <rutherther@ditigal.xyz>
1 files changed, 2 insertions(+), 2 deletions(-)

M gnu/packages/bioconductor.scm
M gnu/packages/bioconductor.scm => gnu/packages/bioconductor.scm +2 -2
@@ 14835,14 14835,14 @@ unmodeled, or latent sources of noise.")
(define-public r-systempiper
  (package
    (name "r-systempiper")
    (version "2.16.0")
    (version "2.16.3")
    (source
     (origin
       (method url-fetch)
       (uri (bioconductor-uri "systemPipeR" version))
       (sha256
        (base32
         "1mpwjz0r5cy2r5745b4splygg6jycfnfrqrca9vqic3bnpsrc6gf"))))
         "0maixi0hwqzkpiq60hf60x4q3gv3hkvmrqh3ygv0fk63g1k9f6cj"))))
    (properties `((upstream-name . "systemPipeR")))
    (build-system r-build-system)
    ;; Tests fail because genWorkenvir fails to set up the environment.