guix_mirror_bot pushed a commit to branch r-team
in repository guix.

commit d116f5be5074f3a0d32dbaa25657a2732326f675
Author: Ricardo Wurmus <[email protected]>
AuthorDate: Thu Jan 15 10:49:34 2026 +0100

    gnu: r-systempiper: Update to 2.16.3.
    
    * gnu/packages/bioconductor.scm (r-systempiper): Update to 2.16.3.
    
    Change-Id: I7e8a52ebeb28d45b7ee2d4e85d1381f4a56cd916
---
 gnu/packages/bioconductor.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/bioconductor.scm b/gnu/packages/bioconductor.scm
index 40a42b693b..965abd6889 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -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.

Reply via email to