mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-17 04:07:10 -05:00
gnu: r-epi: Update to 2.41.
* gnu/packages/cran.scm (r-epi): Update to 2.41.
This commit is contained in:
parent
4e5445bdba
commit
48b55f3194
1 changed files with 2 additions and 2 deletions
|
@ -12045,14 +12045,14 @@ (define-public r-etm
|
||||||
(define-public r-epi
|
(define-public r-epi
|
||||||
(package
|
(package
|
||||||
(name "r-epi")
|
(name "r-epi")
|
||||||
(version "2.40")
|
(version "2.41")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "Epi" version))
|
(uri (cran-uri "Epi" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"046y10vwks5y84pzccmrn6d4pd6qz70imvp1hw5ywp8fnwzfh4g5"))))
|
"09miba6zk63bwc79n3030kgzlvy3whkq968pgqyghxnsjfh5ckp5"))))
|
||||||
(properties `((upstream-name . "Epi")))
|
(properties `((upstream-name . "Epi")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
|
|
Loading…
Reference in a new issue