me
/
guix
Archived
1
0
Fork 0

gnu: r-astsa: Update to 1.15.

* gnu/packages/cran.scm (r-astsa): Update to 1.15.
master
Ricardo Wurmus 2022-05-28 08:30:11 +02:00
parent d4241d5af6
commit 5128750299
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -1597,13 +1597,13 @@ read a protected key.")
(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/")