me
/
guix
Archived
1
0
Fork 0

gnu: r-striprtf: Update to 0.6.0.

* gnu/packages/cran.scm (r-striprtf): Update to 0.6.0.
Ricardo Wurmus 2023-08-28 14:21:11 +02:00
parent c920c55ab2
commit d461e21ab0
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -37012,14 +37012,14 @@ text but not always easily handled by analysis algorithms. The
(define-public r-striprtf
(package
(name "r-striprtf")
(version "0.5.3")
(version "0.6.0")
(source
(origin
(method url-fetch)
(uri (cran-uri "striprtf" version))
(sha256
(base32
"0dqcsh3fb8j0mmmxvxjl77rryhmrjm7a3scqvk2xkgxk4xq6q316"))))
"1c8z2qf1kp43ir4dmyxq6hc46dclq8vx3ggkj02p8j1icjswm9bh"))))
(properties `((upstream-name . "striprtf")))
(build-system r-build-system)
(propagated-inputs