guix-commits
[Top][All Lists]
Advanced

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

160/224: gnu: r-highr: Update to 0.11.


From: guix-commits
Subject: 160/224: gnu: r-highr: Update to 0.11.
Date: Wed, 17 Jul 2024 17:19:03 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit fcd329cb0ffbe91e84083f528b45c4f8112d41e6
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Tue Jul 2 14:58:53 2024 +0200

    gnu: r-highr: Update to 0.11.
    
    * gnu/packages/statistics.scm (r-highr): Update to 0.11.
    
    Change-Id: I70490aa7f3be0a430f65b4497de33cba06a30893
---
 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 69f8ca45d3..6ef2a098e7 100644
--- a/gnu/packages/statistics.scm
+++ b/gnu/packages/statistics.scm
@@ -1507,13 +1507,13 @@ There is also a Shiny app as a user interface in this 
package.")
 (define-public r-highr
   (package
     (name "r-highr")
-    (version "0.10")
+    (version "0.11")
     (source (origin
               (method url-fetch)
               (uri (cran-uri "highr" version))
               (sha256
                (base32
-                "0yrlpjs8qzq1d7iy4gypnf4x1gvxq6vaghkdh1kfv433yqgvqmgc"))))
+                "19z0gwdy46z6gb46b3fs2ljxa2cn0bpvx7aam0jk75h180l183g9"))))
     (build-system r-build-system)
     (propagated-inputs
      (list r-xfun))



reply via email to

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