guix-commits
[Top][All Lists]
Advanced

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

19/50: gnu: r-partr2: Update to 0.9.2.


From: guix-commits
Subject: 19/50: gnu: r-partr2: Update to 0.9.2.
Date: Wed, 6 Mar 2024 03:42:59 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 1e3ca80a8388d349b2aba0147da1e11472e9961e
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Tue Mar 5 14:37:36 2024 +0100

    gnu: r-partr2: Update to 0.9.2.
    
    * gnu/packages/cran.scm (r-partr2): Update to 0.9.2.
    
    Change-Id: Ib746e6755e2ea99ce08cdd3674b069cd14e6109d
---
 gnu/packages/cran.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 12ca1398da..900790d3d5 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -16205,13 +16205,13 @@ for the reconstruction of gene regulatory networks.")
 (define-public r-partr2
   (package
     (name "r-partr2")
-    (version "0.9.1")
+    (version "0.9.2")
     (source (origin
               (method url-fetch)
               (uri (cran-uri "partR2" version))
               (sha256
                (base32
-                "06ky0hhrq0mcsn9rwrzvwn0rrjj0l8rxs0hqp10668gdq5hjk8bn"))))
+                "09x8ykg90y4xq0sqm6zvx41sccgdbglmhpqm9sp3m74a87j4bjly"))))
     (properties `((upstream-name . "partR2")))
     (build-system r-build-system)
     (propagated-inputs (list r-dplyr



reply via email to

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