diff options
| author | Ricardo Wurmus <rekado@elephly.net> | 2026-02-28 23:56:39 +0100 |
|---|---|---|
| committer | Andreas Enge <andreas@enge.fr> | 2026-03-07 11:57:36 +0100 |
| commit | 5fa6a48f3441e56cd52ddd02aa65930312b9301a (patch) | |
| tree | b0b077d37f3627b3f3dd26ad84f477eb980dcd27 | |
| parent | ae42df5e95aaa430468482f9a824eaa8fdb17df1 (diff) | |
gnu: r-antiword: Update to 1.3.5.
* gnu/packages/cran.scm (r-antiword): Update to 1.3.5.
Change-Id: I27756dff949a3770ebb5fa77f84e719755c58ae5
| -rw-r--r-- | gnu/packages/cran.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm index 8cfe1719694..7fbf5dd086d 100644 --- a/gnu/packages/cran.scm +++ b/gnu/packages/cran.scm @@ -55278,14 +55278,14 @@ or into raw bitmap vectors for further processing in R.") (define-public r-antiword (package (name "r-antiword") - (version "1.3.4") + (version "1.3.5") (source (origin (method url-fetch) (uri (cran-uri "antiword" version)) (sha256 (base32 - "0750zh9jzxfk2r2n8gc4l2vlkvr6x9w0wziswbb5s1nipqcnx8ab")) + "0a13vfigncdwwjbcrbmk2279jqanl8cbyq9gjzbjh0wc49i43ybv")) (modules '((guix build utils))) ;; unvendor libantiword (snippet |
