me
/
guix
Archived
1
0
Fork 0

gnu: r-ttr: Update to 0.24.0.

* gnu/packages/cran.scm (r-ttr): Update to 0.24.0.
master
Ricardo Wurmus 2020-08-12 11:56:50 +02:00
parent f7968548cd
commit 38add85d0f
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -4685,14 +4685,14 @@ of these tests are also included.")
(define-public r-ttr
(package
(name "r-ttr")
(version "0.23-6")
(version "0.24.0")
(source
(origin
(method url-fetch)
(uri (cran-uri "TTR" version))
(sha256
(base32
"0rg22ma3x07s9djlxscfw5jcq1gbir05cwhgvwfi53x1sf4hmhdg"))))
"0dcmfr98bxhdhszsdr1yjhvy4kplnfm88fh8sdzrkjank1qsxia2"))))
(properties `((upstream-name . "TTR")))
(build-system r-build-system)
(propagated-inputs