summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2018-04-17 05:19:20 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2018-04-18 00:38:09 +0200
commitfb02f7bb3e76fe4b3dfe3c8685c671bd4572c0c0 (patch)
tree9c1609509da425acaed476c3a98e54b337c7d3f8
parent4bdf6b254f3a7bddd9bb5e54eae36cca3114a72e (diff)
downloadpatches-fb02f7bb3e76fe4b3dfe3c8685c671bd4572c0c0.tar
patches-fb02f7bb3e76fe4b3dfe3c8685c671bd4572c0c0.tar.gz
gnu: r-callr: Update to 2.0.3.
* gnu/packages/cran.scm (r-callr): Update to 2.0.3.
-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 6ce0ed1424..88ee6614e9 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -164,14 +164,14 @@ such as copy/paste from an R session.")
(define-public r-callr
(package
(name "r-callr")
- (version "2.0.2")
+ (version "2.0.3")
(source
(origin
(method url-fetch)
(uri (cran-uri "callr" version))
(sha256
(base32
- "0m51p39vfwldxv6h8x4y9w3laf8q9bldhfqhlcrlx3xhy3irb1bp"))))
+ "1k3mflgn10hcvy74y4pbigpv74zb66fz1phfd3c8isqmn88xbxzi"))))
(build-system r-build-system)
(propagated-inputs
`(("r-assertthat" ,r-assertthat)