me
/
guix
Archived
1
0
Fork 0

gnu: r-callr: Update to 3.7.1.

* gnu/packages/cran.scm (r-callr): Update to 3.7.1.
Ricardo Wurmus 2022-08-10 12:19:56 +02:00
parent 6c0677d3c1
commit 3ad1be5683
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -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))