guix-commits
[Top][All Lists]
Advanced

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

24/39: gnu: r-protviz: Update to 0.6.4.


From: guix-commits
Subject: 24/39: gnu: r-protviz: Update to 0.6.4.
Date: Mon, 27 Apr 2020 11:40:36 -0400 (EDT)

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

commit 8944e187182d5704959a3c880f8ed10c128aa183
Author: Ricardo Wurmus <address@hidden>
AuthorDate: Mon Apr 27 17:28:40 2020 +0200

    gnu: r-protviz: Update to 0.6.4.
    
    * gnu/packages/cran.scm (r-protviz): Update to 0.6.4.
---
 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 02a5785..4a7cc14 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -11599,14 +11599,14 @@ library.")
 (define-public r-protviz
   (package
     (name "r-protviz")
-    (version "0.6.3")
+    (version "0.6.4")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "protViz" version))
        (sha256
         (base32
-         "1ldciqh3f43xr9663yyhd9r6qwrg4c4vmkprlcancbnd460wakg7"))))
+         "1qq9bf4485x8cviry9fmhnv4hw9aw657w134003myzcv42c4pml6"))))
     (properties `((upstream-name . "protViz")))
     (build-system r-build-system)
     (propagated-inputs `(("r-rcpp" ,r-rcpp)))



reply via email to

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