guix-commits
[Top][All Lists]
Advanced

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

96/244: gnu: r-flextable: Update to 0.9.1.


From: guix-commits
Subject: 96/244: gnu: r-flextable: Update to 0.9.1.
Date: Wed, 12 Apr 2023 08:47:29 -0400 (EDT)

apteryx pushed a commit to branch staging
in repository guix.

commit 1e875778b393d4af651f767ea1edbebe2824b7a1
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Thu Apr 6 17:32:37 2023 +0200

    gnu: r-flextable: Update to 0.9.1.
    
    * gnu/packages/cran.scm (r-flextable): Update to 0.9.1.
---
 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 5c01ff770f..9bf4aa9721 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -12583,14 +12583,14 @@ functions.")
 (define-public r-flextable
   (package
     (name "r-flextable")
-    (version "0.9.0")
+    (version "0.9.1")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "flextable" version))
        (sha256
         (base32
-         "0p5zrw73aj6ycl2p7x95sjkdnbqjfjn6lmnscqhhg16pz5l5q11f"))))
+         "0ic3mny2kgfyckjc77sycq5czhx68i9dgqp7g3lc06h303kcjqm4"))))
     (build-system r-build-system)
     (propagated-inputs
      (list r-data-table



reply via email to

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