mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-16 03:45:24 -05:00
gnu: r-workflows: Update to 0.2.4.
* gnu/packages/cran.scm (r-workflows): Update to 0.2.4.
This commit is contained in:
parent
2e401e85b5
commit
d9b0e009c5
1 changed files with 2 additions and 2 deletions
|
@ -27546,14 +27546,14 @@ (define-public r-igraph
|
|||
(define-public r-workflows
|
||||
(package
|
||||
(name "r-workflows")
|
||||
(version "0.2.3")
|
||||
(version "0.2.4")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "workflows" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0bca4s49qabam4ny8vckxcghj3z0xfhwfhs5h1136kihrr5pm6mw"))))
|
||||
"1sxrgza922p137z41jcj2iwk19lxzwh6kp4kz7h9kw0b8rvfqwab"))))
|
||||
(properties `((upstream-name . "workflows")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
|
|
Loading…
Reference in a new issue