me
/
guix
Archived
1
0
Fork 0

gnu: r-deriv: Update to 4.0.1.

* gnu/packages/cran.scm (r-deriv): Update to 4.0.1.
master
Ricardo Wurmus 2020-08-30 23:28:34 +02:00
parent d2e3156f76
commit 365036300a
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -7292,14 +7292,14 @@ Group (Non-)Overlap considerations.")
(define-public r-deriv
(package
(name "r-deriv")
(version "4.0")
(version "4.0.1")
(source
(origin
(method url-fetch)
(uri (cran-uri "Deriv" version))
(sha256
(base32
"03mlfy8jzzzbh2l18gnmw0a71n9savx4cw72yhkxq93v2xj8fy3n"))))
"16rq65x1xhxvqwn4p427divay3b9fgam2lxccxb8529adnrxmw6p"))))
(properties `((upstream-name . "Deriv")))
(build-system r-build-system)
(home-page "https://cran.r-project.org/web/packages/Deriv")