3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: r-ttr: Update to 0.24.0.

* gnu/packages/cran.scm (r-ttr): Update to 0.24.0.
This commit is contained in:
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

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