me
/
guix
Archived
1
0
Fork 0

gnu: r-deriv: Update to 4.1.0.

* gnu/packages/cran.scm (r-deriv): Update to 4.1.0.
master
Ricardo Wurmus 2020-10-05 22:13:27 +02:00
parent 5522640faf
commit 0ac936ea21
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

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