me
/
guix
Archived
1
0
Fork 0

gnu: r-astsa: Update to 2.1.

* gnu/packages/cran.scm (r-astsa): Update to 2.1.

Change-Id: Ia3ceb05742c9acdd8fbb117f342d526bf7ee1bc1
master
Ricardo Wurmus 2024-01-11 11:45:19 +01:00
parent 2383da330d
commit 16aa6d4fc3
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -3486,13 +3486,13 @@ read a protected key.")
(define-public r-astsa
(package
(name "r-astsa")
(version "2.0")
(version "2.1")
(source
(origin
(method url-fetch)
(uri (cran-uri "astsa" version))
(sha256
(base32 "0rv4fnz5bbd6f8b6fwa2ljdjq5yx0qi7hcbhrgvrbibl2pzfm7w7"))))
(base32 "0rnbacq5vbnlzfssj13ixgkg0d1wixh2m3dcsi66c63wx65rm3d3"))))
(properties `((upstream-name . "astsa")))
(build-system r-build-system)
(home-page "https://github.com/nickpoison/astsa/")