1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-07-23 15:04:06 +02:00

gnu: r-astsa: Update to 2.4.

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

Change-Id: I1ffcbcc797e5ed5350d1e825f78715bffb0749ff
Signed-off-by: Rutherther <rutherther@ditigal.xyz>
This commit is contained in:
Ricardo Wurmus
2026-01-14 19:41:56 +01:00
committed by Rutherther
parent e5872164b9
commit bbb3bfc888
+2 -2
View File
@@ -11329,13 +11329,13 @@ read a protected key.")
(define-public r-astsa
(package
(name "r-astsa")
(version "2.3")
(version "2.4")
(source
(origin
(method url-fetch)
(uri (cran-uri "astsa" version))
(sha256
(base32 "1s2cfz884yd750rd0fkvffmqwqg175v2s2lj7vl3bv6nmfj0cxq3"))))
(base32 "17l8sza3bam7gff1jwnsgzlffx5pdjny2j7kk5yn667445268ca3"))))
(properties `((upstream-name . "astsa")))
(build-system r-build-system)
(home-page "https://github.com/nickpoison/astsa/")