gnu: r-astsa: Update to 1.15.
* gnu/packages/cran.scm (r-astsa): Update to 1.15.master
parent
d4241d5af6
commit
5128750299
|
@ -1597,13 +1597,13 @@ read a protected key.")
|
||||||
(define-public r-astsa
|
(define-public r-astsa
|
||||||
(package
|
(package
|
||||||
(name "r-astsa")
|
(name "r-astsa")
|
||||||
(version "1.14")
|
(version "1.15")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "astsa" version))
|
(uri (cran-uri "astsa" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "09zx2q419p0b1c336ybh4i62v5dvn3sp39dxn5kwlrqchjj7f5z6"))))
|
(base32 "0mllsq0xdqkviyvs77lq565r1vznsj1qp9cnlj5p48k9v76d7arp"))))
|
||||||
(properties `((upstream-name . "astsa")))
|
(properties `((upstream-name . "astsa")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(home-page "https://github.com/nickpoison/astsa/")
|
(home-page "https://github.com/nickpoison/astsa/")
|
||||||
|
|
Reference in New Issue