me
/
guix
Archived
1
0
Fork 0

gnu: r-deriv: Update to 4.0.

* gnu/packages/cran.scm (r-deriv): Update to 4.0.
master
Ricardo Wurmus 2019-12-15 15:50:35 +01:00
parent cceb86f982
commit 31fa45b679
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

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