mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-27 14:52:05 -05:00
gnu: r-ttr: Update to 0.24.1.
* gnu/packages/cran.scm (r-ttr): Update to 0.24.1.
This commit is contained in:
parent
f8b156d553
commit
efb0470b7d
1 changed files with 2 additions and 2 deletions
|
@ -4687,14 +4687,14 @@ (define-public r-tfisher
|
|||
(define-public r-ttr
|
||||
(package
|
||||
(name "r-ttr")
|
||||
(version "0.24.0")
|
||||
(version "0.24.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "TTR" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0dcmfr98bxhdhszsdr1yjhvy4kplnfm88fh8sdzrkjank1qsxia2"))))
|
||||
"12g187pljnxjjx0s0rsq9lzvwvxyvymi6l9ykkkzg1j48mi1dm56"))))
|
||||
(properties `((upstream-name . "TTR")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
|
|
Loading…
Reference in a new issue