guix-commits
[Top][All Lists]
Advanced

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

41/70: gnu: r-protviz: Update to 0.7.9.


From: guix-commits
Subject: 41/70: gnu: r-protviz: Update to 0.7.9.
Date: Thu, 28 Dec 2023 03:35:49 -0500 (EST)

rekado pushed a commit to branch r-updates
in repository guix.

commit d2cdf3e457a282988b455cf966afd579031d1ddc
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Thu Dec 28 00:44:35 2023 +0100

    gnu: r-protviz: Update to 0.7.9.
    
    * gnu/packages/cran.scm (r-protviz): Update to 0.7.9.
    
    Change-Id: I26fbd01cf6d4e5e50b3f4513193c14feea53a2b2
---
 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 148a3c4ae0..b00df79e00 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -20859,14 +20859,14 @@ sampling.")
 (define-public r-protviz
   (package
     (name "r-protviz")
-    (version "0.7.7")
+    (version "0.7.9")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "protViz" version))
        (sha256
         (base32
-         "18l4aw0fx47w9czw73lxh68aj4ljbfr3z39vakbbx6xp2llyw8b1"))))
+         "1wsjr4asjsknv8fkfv15xqnl67zfv8d2xmvw1i2l0wflxbps3af7"))))
     (properties `((upstream-name . "protViz")))
     (build-system r-build-system)
     (propagated-inputs (list r-rcpp))



reply via email to

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