mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-30 16:12:58 -05:00
gnu: r-acet: Update to 1.9.0.
* gnu/packages/cran.scm (r-acet): Update to 1.9.0.
This commit is contained in:
parent
3602cb2cc9
commit
75f551bff1
1 changed files with 2 additions and 2 deletions
|
@ -26439,14 +26439,14 @@ (define-public r-acebayes
|
|||
(define-public r-acet
|
||||
(package
|
||||
(name "r-acet")
|
||||
(version "1.8.2")
|
||||
(version "1.9.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "ACEt" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0583c9dg2yf01zf5p0bf24zipkm8yp7rwhn1dxyw2d0v881bbli6"))))
|
||||
"1071d75sw5bcfw1acjsg6bn81sapb5hkwrxjfrfxlz5r83w6213f"))))
|
||||
(properties `((upstream-name . "ACEt")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
|
|
Loading…
Reference in a new issue