guix-commits
[Top][All Lists]
Advanced

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

18/21: gnu: r-highr: Update to 0.10.


From: guix-commits
Subject: 18/21: gnu: r-highr: Update to 0.10.
Date: Mon, 2 Jan 2023 09:07:09 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 6abdb707d10534b4062c31f90c3fba441d83a50f
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Mon Jan 2 15:00:14 2023 +0100

    gnu: r-highr: Update to 0.10.
    
    * gnu/packages/statistics.scm (r-highr): Update to 0.10.
---
 gnu/packages/statistics.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/statistics.scm b/gnu/packages/statistics.scm
index aeae44a0f4..9852165954 100644
--- a/gnu/packages/statistics.scm
+++ b/gnu/packages/statistics.scm
@@ -1472,13 +1472,13 @@ There is also a Shiny app as a user interface in this 
package.")
 (define-public r-highr
   (package
     (name "r-highr")
-    (version "0.9")
+    (version "0.10")
     (source (origin
               (method url-fetch)
               (uri (cran-uri "highr" version))
               (sha256
                (base32
-                "0kgdv2vf1lz3b5kbal9s83gg6812nw7fvrq0rkyr0v4k1lwi3zxy"))))
+                "0yrlpjs8qzq1d7iy4gypnf4x1gvxq6vaghkdh1kfv433yqgvqmgc"))))
     (build-system r-build-system)
     (propagated-inputs
      (list r-xfun))



reply via email to

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