guix-commits
[Top][All Lists]
Advanced

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

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


From: guix-commits
Subject: 110/146: gnu: r-antiword: Update to 1.3.1.
Date: Tue, 12 Apr 2022 10:01:36 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 7c57ca79f6abf80c4bdd844d66848ecaa77c08a0
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 146fd6282c..3a71ccb349 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]