mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-19 09:22:05 -05:00
gnu: r-callr: Update to 3.6.0.
* gnu/packages/cran.scm (r-callr): Update to 3.6.0.
This commit is contained in:
parent
183e3b413c
commit
2eafe4ee97
1 changed files with 2 additions and 2 deletions
|
@ -984,14 +984,14 @@ (define-public r-reordercluster
|
|||
(define-public r-callr
|
||||
(package
|
||||
(name "r-callr")
|
||||
(version "3.5.1")
|
||||
(version "3.6.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "callr" version))
|
||||
(sha256
|
||||
(base32
|
||||
"15l6ppsxdadlnl4fk0f8bvf327n8izk96px5d08m1ay9iij8qcyf"))))
|
||||
"050s7l1ipi6snbj6xnk052l6acycnxjyzv84026adw5x8kki0yz6"))))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
`(("r-r6" ,r-r6)
|
||||
|
|
Loading…
Reference in a new issue