mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-19 09:22:05 -05:00
gnu: r-astsa: Update to 1.15.
* gnu/packages/cran.scm (r-astsa): Update to 1.15.
This commit is contained in:
parent
d4241d5af6
commit
5128750299
1 changed files with 2 additions and 2 deletions
|
@ -1597,13 +1597,13 @@ (define-public r-askpass
|
|||
(define-public r-astsa
|
||||
(package
|
||||
(name "r-astsa")
|
||||
(version "1.14")
|
||||
(version "1.15")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "astsa" version))
|
||||
(sha256
|
||||
(base32 "09zx2q419p0b1c336ybh4i62v5dvn3sp39dxn5kwlrqchjj7f5z6"))))
|
||||
(base32 "0mllsq0xdqkviyvs77lq565r1vznsj1qp9cnlj5p48k9v76d7arp"))))
|
||||
(properties `((upstream-name . "astsa")))
|
||||
(build-system r-build-system)
|
||||
(home-page "https://github.com/nickpoison/astsa/")
|
||||
|
|
Loading…
Reference in a new issue