gnu: r-callr: Update to 3.5.1.
* gnu/packages/cran.scm (r-callr): Update to 3.5.1.
This commit is contained in:
parent
c954c69007
commit
e15ff84563
1 changed files with 2 additions and 2 deletions
|
@ -789,14 +789,14 @@ 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.4.4")
|
(version "3.5.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "callr" version))
|
(uri (cran-uri "callr" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1hgc4mfwv83104fh93v8g2srpwzjayq7krgzi9r0apq784r61642"))))
|
"15l6ppsxdadlnl4fk0f8bvf327n8izk96px5d08m1ay9iij8qcyf"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("r-r6" ,r-r6)
|
`(("r-r6" ,r-r6)
|
||||||
|
|
Reference in a new issue