mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 13:58:15 -05:00
gnu: r-epi: Update to 2.48.
* gnu/packages/cran.scm (r-epi): Update to 2.48. Change-Id: Ibc1817d26895962740177c02b95cf089658443e6
This commit is contained in:
parent
e5aba86aad
commit
64319857e5
1 changed files with 2 additions and 2 deletions
|
@ -21592,14 +21592,14 @@ (define-public r-etm
|
|||
(define-public r-epi
|
||||
(package
|
||||
(name "r-epi")
|
||||
(version "2.47.1")
|
||||
(version "2.48")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "Epi" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1a4h6hfpwcy3lb49y949h86vr4sdnjfbqqnr4jgc45mc64fhafp1"))))
|
||||
"06965d2x47hb1c7dbqyhhywgr7k9xdcms1v08m2cx52qg6cdkiyp"))))
|
||||
(properties `((upstream-name . "Epi")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
|
|
Loading…
Reference in a new issue