guix-commits
[Top][All Lists]
Advanced

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

33/77: gnu: r-flextable: Update to 0.9.4.


From: guix-commits
Subject: 33/77: gnu: r-flextable: Update to 0.9.4.
Date: Wed, 25 Oct 2023 10:59:58 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit c3af1886d056c648492e373fe747bc5ddf7ca838
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Wed Oct 25 16:57:37 2023 +0200

    gnu: r-flextable: Update to 0.9.4.
    
    * gnu/packages/cran.scm (r-flextable): Update to 0.9.4.
    
    Change-Id: I4dc7e676d995dd7369857673c28754785701f0a0
---
 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 8c9fc3e687..2a6e12a2e2 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -13573,14 +13573,14 @@ functions.")
 (define-public r-flextable
   (package
     (name "r-flextable")
-    (version "0.9.3")
+    (version "0.9.4")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "flextable" version))
        (sha256
         (base32
-         "1jdikfiswxi63vj9xr9a24p8fv50h91pvhv3xllgwwfbs1wqyq4x"))))
+         "1dlsag1y3s7d5lp1dh2kxf1qax4r9xvxycpmxl64gkr50dk13bam"))))
     (build-system r-build-system)
     (propagated-inputs
      (list r-data-table



reply via email to

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