gnu: r-callr: Update to 3.7.1.
* gnu/packages/cran.scm (r-callr): Update to 3.7.1.
parent
6c0677d3c1
commit
3ad1be5683
|
@ -1969,14 +1969,14 @@ same time tries to group instances from the same class together.")
|
|||
(define-public r-callr
|
||||
(package
|
||||
(name "r-callr")
|
||||
(version "3.7.0")
|
||||
(version "3.7.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "callr" version))
|
||||
(sha256
|
||||
(base32
|
||||
"02inaf3c7b0hikii7p2zwaphrq5myv4in92d9jxd1ilmhla5awnn"))))
|
||||
"1vc986d571nwmb5lw5rq3d38z4qw36lr94s3apz50c2v79xsbqrp"))))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
(list r-r6 r-processx))
|
||||
|
|
Reference in New Issue