guix-commits
[Top][All Lists]
Advanced

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

09/27: gnu: r-officer: Update to 0.6.5.


From: guix-commits
Subject: 09/27: gnu: r-officer: Update to 0.6.5.
Date: Mon, 26 Feb 2024 06:35:06 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit cd698ba6b4b20f12e5da847fdc3b3939aace1f3d
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Mon Feb 26 12:25:11 2024 +0100

    gnu: r-officer: Update to 0.6.5.
    
    * gnu/packages/cran.scm (r-officer): Update to 0.6.5.
    
    Change-Id: I709c8af9feb02b838dc6939ec8348fb231ca881f
---
 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 723f556ac9..45d6043407 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -14215,14 +14215,14 @@ references and Rd files.")
 (define-public r-officer
   (package
     (name "r-officer")
-    (version "0.6.4")
+    (version "0.6.5")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "officer" version))
        (sha256
         (base32
-         "1mhkb2k9l0fp7xxhx69h1cxyh8gnlpwr5rjiw25s7rp1czwmyjk5"))))
+         "1lzpabpdrwx3331b9qn43376r25bzgph1j9gbxzqjhzr1h871cpb"))))
     (build-system r-build-system)
     (propagated-inputs
      (list r-openssl r-r6 r-ragg r-uuid r-xml2 r-zip))



reply via email to

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