me
/
guix
Archived
1
0
Fork 0

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

* gnu/packages/cran.scm (r-tm): Update to 0.7-12.

Change-Id: Ie148245220ef5ea28d118696b92078dd7a84dd3e
master
Ricardo Wurmus 2024-03-19 14:43:25 +01:00
parent 5b1c38cdb8
commit 943519beea
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

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