me
/
guix
Archived
1
0
Fork 0

gnu: r-tm: Update to 0.7-11.

* gnu/packages/cran.scm (r-tm): Update to 0.7-11.
master
Ricardo Wurmus 2023-02-18 16:08:32 +01:00
parent 5b9e4bf2b2
commit 1e673c2f9a
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -15918,14 +15918,14 @@ Processing.")
(define-public r-tm
(package
(name "r-tm")
(version "0.7-10")
(version "0.7-11")
(source
(origin
(method url-fetch)
(uri (cran-uri "tm" version))
(sha256
(base32
"15lxaqlgkl9chiz0aw05l55bvlh48jwdgplfl8f2d8xsaq4gmbvc"))))
"0hp7xamjmifd56qwsin5m0xng592wwxsbfxdz37n4k6zjf28paws"))))
(properties `((upstream-name . "tm")))
(build-system r-build-system)
(propagated-inputs