me
/
guix
Archived
1
0
Fork 0

gnu: r-rttf2pt1: Update to 1.3.8.

* gnu/packages/cran.scm (r-rttf2pt1): Update to 1.3.8.
master
Ricardo Wurmus 2020-01-16 05:43:04 +01:00
parent 4db8ee8b9a
commit a0bb0df325
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -13911,14 +13911,14 @@ interaction search in high-dimensional data.")
(define-public r-rttf2pt1
(package
(name "r-rttf2pt1")
(version "1.3.7")
(version "1.3.8")
(source
(origin
(method url-fetch)
(uri (cran-uri "Rttf2pt1" version))
(sha256
(base32
"12hf9r3mhjr9sawdvf7qhjf1zph2q64f77i81jwvy7awidbm0kja"))))
"0b3f2zkmbyshn19cnaaf042d0zwf43l9jnkqizfhxxwb93a4c1jn"))))
(properties `((upstream-name . "Rttf2pt1")))
(build-system r-build-system)
(home-page "https://github.com/wch/Rttf2pt1")