rekado pushed a commit to branch master
in repository guix.

commit 367ea059e9e952b63cdcf8110c1dacc8543b8fcb
Author: Ricardo Wurmus <[email protected]>
AuthorDate: Mon Apr 17 11:10:33 2023 +0200

    gnu: r-ggformula: Update to 0.10.4.
    
    * gnu/packages/cran.scm (r-ggformula): Update to 0.10.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 4f66e4329c..a5bda55790 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -13711,13 +13711,13 @@ haven package.")
 (define-public r-ggformula
   (package
     (name "r-ggformula")
-    (version "0.10.2")
+    (version "0.10.4")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "ggformula" version))
        (sha256
-        (base32 "0xb39gjn6q7va1d1fhvf2dw9428s1q13wasx4y3cz2f0lls1r2wl"))))
+        (base32 "07d9sq0dqi0g5x9h58icfk1f4hgg1xz4mhbp2z2rxg9qgs74fvdj"))))
     (build-system r-build-system)
     (propagated-inputs
      (list r-ggforce

Reply via email to