summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorRicardo Wurmus <rekado@elephly.net>2020-08-30 23:28:34 +0200
committerRicardo Wurmus <rekado@elephly.net>2020-08-30 23:29:56 +0200
commit365036300a5606f0e88644b6a918e0dfc98d11a5 (patch)
treeef12049742847655cb97f36ffe4d2afce768a2f4 /gnu
parentd2e3156f7635f6b8ffd02ec3126b7a08cd2cd7e6 (diff)
downloadguix-patches-365036300a5606f0e88644b6a918e0dfc98d11a5.tar
guix-patches-365036300a5606f0e88644b6a918e0dfc98d11a5.tar.gz
gnu: r-deriv: Update to 4.0.1.
* gnu/packages/cran.scm (r-deriv): Update to 4.0.1.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/cran.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index f9ebe3c059..ee8bfcaeee 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -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")