rekado pushed a commit to branch master
in repository guix.
commit e15ff84563ac2dc334e39e08badb42952ee1ccb0
Author: Ricardo Wurmus <[email protected]>
AuthorDate: Sat Oct 31 13:40:45 2020 +0100
gnu: r-callr: Update to 3.5.1.
* gnu/packages/cran.scm (r-callr): Update to 3.5.1.
---
gnu/packages/cran.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index f94b577..7a44ed7 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -789,14 +789,14 @@ same time tries to group instances from the same class
together.")
(define-public r-callr
(package
(name "r-callr")
- (version "3.4.4")
+ (version "3.5.1")
(source
(origin
(method url-fetch)
(uri (cran-uri "callr" version))
(sha256
(base32
- "1hgc4mfwv83104fh93v8g2srpwzjayq7krgzi9r0apq784r61642"))))
+ "15l6ppsxdadlnl4fk0f8bvf327n8izk96px5d08m1ay9iij8qcyf"))))
(build-system r-build-system)
(propagated-inputs
`(("r-r6" ,r-r6)