mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
gnu: r-ttr: Update to 0.23-6.
* gnu/packages/cran.scm (r-ttr): Update to 0.23-6.
This commit is contained in:
parent
4d6ccb0000
commit
6e963260ae
1 changed files with 2 additions and 2 deletions
|
@ -4278,14 +4278,14 @@ (define-public r-tfisher
|
|||
(define-public r-ttr
|
||||
(package
|
||||
(name "r-ttr")
|
||||
(version "0.23-5")
|
||||
(version "0.23-6")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "TTR" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0fxipnyxaz55n4camrk9cs71x9w4dsmjrihysv8i1s6khf825rg6"))))
|
||||
"0rg22ma3x07s9djlxscfw5jcq1gbir05cwhgvwfi53x1sf4hmhdg"))))
|
||||
(properties `((upstream-name . "TTR")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
|
|
Loading…
Reference in a new issue