me
/
guix
Archived
1
0
Fork 0

gnu: r-ttr: Update to 0.24.2.

* gnu/packages/cran.scm (r-ttr): Update to 0.24.2.
master
Ricardo Wurmus 2020-09-04 22:00:12 +02:00
parent 40f378e18a
commit 510443a096
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -4717,14 +4717,14 @@ of these tests are also included.")
(define-public r-ttr
(package
(name "r-ttr")
(version "0.24.1")
(version "0.24.2")
(source
(origin
(method url-fetch)
(uri (cran-uri "TTR" version))
(sha256
(base32
"12g187pljnxjjx0s0rsq9lzvwvxyvymi6l9ykkkzg1j48mi1dm56"))))
"06vicgbhwpsww09hhha5mbcd0cwip6cvkfbhjjhp950rv64bk1r5"))))
(properties `((upstream-name . "TTR")))
(build-system r-build-system)
(propagated-inputs