mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-26 12:39:36 -05:00
gnu: r-evd: Update to 2.3-7.
* gnu/packages/cran.scm (r-evd): Update to 2.3-7. Change-Id: I6009ea9eb4138fd25542ef8c4bc1e51c60a257ab
This commit is contained in:
parent
be22689e75
commit
88ac0306d5
1 changed files with 2 additions and 2 deletions
|
@ -7940,13 +7940,13 @@ (define-public r-etrunct
|
|||
(define-public r-evd
|
||||
(package
|
||||
(name "r-evd")
|
||||
(version "2.3-6.1")
|
||||
(version "2.3-7")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "evd" version))
|
||||
(sha256
|
||||
(base32 "0wc95hfj0gwkyghipdrhwd3s6q2agh9x2wy6y7dr6mjw7wnmjb36"))))
|
||||
(base32 "0j2nnprzww1akin6mnj619wp6ihbd7jgbr2daj6lmgirbpqrv2aa"))))
|
||||
(properties `((upstream-name . "evd")))
|
||||
(build-system r-build-system)
|
||||
(home-page "https://cran.r-project.org/package=evd")
|
||||
|
|
Loading…
Reference in a new issue