diff options
| author | Ricardo Wurmus <rekado@elephly.net> | 2026-01-14 19:41:56 +0100 |
|---|---|---|
| committer | Rutherther <rutherther@ditigal.xyz> | 2026-01-25 21:27:25 +0100 |
| commit | bbb3bfc88807a2e47af0a844237d8d17f418668d (patch) | |
| tree | 646e2be152a28271fb2fa475d4e5eb5e1f70d00b /gnu | |
| parent | e5872164b9dd45daf4e2ebb14db1fd97161349ee (diff) | |
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>
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 d6c830468e..a9b55b196c 100644 --- a/gnu/packages/cran.scm +++ b/gnu/packages/cran.scm @@ -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/") |
