guix_mirror_bot pushed a commit to branch r-team
in repository guix.
commit 776bffa223f42c5176197d5776d209af3d213e9c
Author: Ricardo Wurmus <[email protected]>
AuthorDate: Thu Mar 12 14:18:22 2026 +0100
gnu: r-astsa: Update to 2.5.
* gnu/packages/cran.scm (r-astsa): Update to 2.5.
Change-Id: I3566573fa6ecbd07920a83dbd987fbb1cf1d62cd
---
gnu/packages/cran.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 259299e170..222d184bfb 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -12847,13 +12847,13 @@ read a protected key.")
(define-public r-astsa
(package
(name "r-astsa")
- (version "2.4")
+ (version "2.5")
(source
(origin
(method url-fetch)
(uri (cran-uri "astsa" version))
(sha256
- (base32 "17l8sza3bam7gff1jwnsgzlffx5pdjny2j7kk5yn667445268ca3"))))
+ (base32 "0arj48hzrl1fyd1lnv5z2v6psrg02gd9s2mpdd3iq2k6lbz4x44i"))))
(properties `((upstream-name . "astsa")))
(build-system r-build-system)
(home-page "https://github.com/nickpoison/astsa/")