gnu: r-callr: Update to 3.7.4.
* gnu/packages/cran.scm (r-callr): Update to 3.7.4. Change-Id: I90e0fc91fdad8a2ce7a368d076a54d74ec3497c0
This commit is contained in:
parent
dbb69e337f
commit
b94c47228e
1 changed files with 3 additions and 3 deletions
|
@ -4069,17 +4069,17 @@ same time tries to group instances from the same class together.")
|
||||||
(define-public r-callr
|
(define-public r-callr
|
||||||
(package
|
(package
|
||||||
(name "r-callr")
|
(name "r-callr")
|
||||||
(version "3.7.3")
|
(version "3.7.4")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "callr" version))
|
(uri (cran-uri "callr" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0knh5yxhxwjz96kbjrq524w4j8cac10k6mghhmblq79s0zgzwysn"))))
|
"1cspwxqmfpdvlklyvvdwpvbifjp7nm703jp1q2hg48zgqd2kdak9"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list r-r6 r-processx))
|
(list r-processx r-r6))
|
||||||
(home-page "https://github.com/r-lib/callr#readme")
|
(home-page "https://github.com/r-lib/callr#readme")
|
||||||
(synopsis "Call R from R")
|
(synopsis "Call R from R")
|
||||||
(description
|
(description
|
||||||
|
|
Reference in a new issue