gnu: r-antiword: Update to 1.3.1.
* gnu/packages/cran.scm (r-antiword): Update to 1.3.1.master
parent
691e7eb36e
commit
7c57ca79f6
|
@ -30616,14 +30616,14 @@ or into raw bitmap vectors for further processing in R.")
|
||||||
(define-public r-antiword
|
(define-public r-antiword
|
||||||
(package
|
(package
|
||||||
(name "r-antiword")
|
(name "r-antiword")
|
||||||
(version "1.3")
|
(version "1.3.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "antiword" version))
|
(uri (cran-uri "antiword" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"034znb0g9wwb8gi1r3z75v3sbb4mh83qrc4y8mbfx5lbgh8zhj6j"))
|
"123v8zlczwh6fr1v3x7dl3885xlmddq1bqlcxih8zh07w0hlk1k2"))
|
||||||
(modules '((guix build utils)))
|
(modules '((guix build utils)))
|
||||||
(snippet
|
(snippet
|
||||||
'(begin
|
'(begin
|
||||||
|
|
Reference in New Issue