me
/
guix
Archived
1
0
Fork 0

gnu: r-evd: Update to 2.3-7.

* gnu/packages/cran.scm (r-evd): Update to 2.3-7.

Change-Id: I6009ea9eb4138fd25542ef8c4bc1e51c60a257ab
master
Ricardo Wurmus 2024-05-07 22:18:43 +02:00
parent be22689e75
commit 88ac0306d5
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -7940,13 +7940,13 @@ which should be seen for details.")
(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")