guix-commits
[Top][All Lists]
Advanced

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

111/146: gnu: r-antiword: Update to 1.3.1.


From: guix-commits
Subject: 111/146: gnu: r-antiword: Update to 1.3.1.
Date: Mon, 11 Apr 2022 17:08:44 -0400 (EDT)

rekado pushed a commit to branch wip-r
in repository guix.

commit 900817f1a72cc0e5c0aef5485d8a40e9d45468db
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Mon Apr 11 18:01:36 2022 +0200

    gnu: r-antiword: Update to 1.3.1.
    
    * gnu/packages/cran.scm (r-antiword): Update to 1.3.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 a0b6c78271..c3e05d5a90 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -30616,14 +30616,14 @@ or into raw bitmap vectors for further processing in 
R.")
 (define-public r-antiword
   (package
     (name "r-antiword")
-    (version "1.3")
+    (version "1.3.1")
     (source
       (origin
         (method url-fetch)
         (uri (cran-uri "antiword" version))
         (sha256
           (base32
-            "034znb0g9wwb8gi1r3z75v3sbb4mh83qrc4y8mbfx5lbgh8zhj6j"))
+            "123v8zlczwh6fr1v3x7dl3885xlmddq1bqlcxih8zh07w0hlk1k2"))
       (modules '((guix build utils)))
       (snippet
        '(begin



reply via email to

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