guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

15/39: gnu: r-residualmatrix: Update to 1.6.1.


From: guix-commits
Subject: 15/39: gnu: r-residualmatrix: Update to 1.6.1.
Date: Mon, 3 Oct 2022 13:08:53 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 2b4a7fa22ec57bb6023ae0fb7a28f4b1c0e47e1c
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Mon Oct 3 18:20:54 2022 +0200

    gnu: r-residualmatrix: Update to 1.6.1.
    
    * gnu/packages/bioconductor.scm (r-residualmatrix): Update to 1.6.1.
---
 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 76fe9b1c6b..0ebae95f15 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -8216,14 +8216,14 @@ interactive exploration of results.")
 (define-public r-residualmatrix
   (package
     (name "r-residualmatrix")
-    (version "1.6.0")
+    (version "1.6.1")
     (source
      (origin
        (method url-fetch)
        (uri (bioconductor-uri "ResidualMatrix" version))
        (sha256
         (base32
-         "1pjr3gva0jwj2pgqr4k4nl1ir1153hhrk1d400r30w0di472hns4"))))
+         "1530706c7b53h9m8smgnaj63rgdbm3hd09n7jwy6zc0y6qcffckd"))))
     (properties
      `((upstream-name . "ResidualMatrix")))
     (build-system r-build-system)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]