mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 12:05:19 -06:00
gnu: r-astsa: Update to 2.4.
* gnu/packages/cran.scm (r-astsa): Update to 2.4. Change-Id: I1ffcbcc797e5ed5350d1e825f78715bffb0749ff
This commit is contained in:
parent
41efbfeda6
commit
74ef3e4c2c
1 changed files with 2 additions and 2 deletions
|
|
@ -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/")
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue