diff options
| author | Ricardo Wurmus <rekado@elephly.net> | 2026-03-12 14:18:22 +0100 |
|---|---|---|
| committer | Ricardo Wurmus <rekado@elephly.net> | 2026-04-02 07:37:09 +0200 |
| commit | dee7b9b2a9188908af0f33fea50b5492989a0300 (patch) | |
| tree | d55b9dcb1ad0f5e8bb616f273d3ca298777988b6 /gnu | |
| parent | aed031f49dd0a441e02fafe891ceb260fec9fc06 (diff) | |
gnu: r-astsa: Update to 2.5.
* gnu/packages/cran.scm (r-astsa): Update to 2.5.
Change-Id: I3566573fa6ecbd07920a83dbd987fbb1cf1d62cd
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/cran.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm index 259299e1701..222d184bfba 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/") |
