gnu: r-callr: Update to 3.7.0.
* gnu/packages/cran.scm (r-callr): Update to 3.7.0.
This commit is contained in:
parent
2a5c02e172
commit
2e59bab732
1 changed files with 2 additions and 2 deletions
|
@ -1110,14 +1110,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.6.0")
|
(version "3.7.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "callr" version))
|
(uri (cran-uri "callr" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"050s7l1ipi6snbj6xnk052l6acycnxjyzv84026adw5x8kki0yz6"))))
|
"02inaf3c7b0hikii7p2zwaphrq5myv4in92d9jxd1ilmhla5awnn"))))
|
||||||
(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