mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-28 07:12:30 -05:00
gnu: r-prismatic: Update to 1.1.1.
* gnu/packages/cran.scm (r-prismatic): Update to 1.1.1.
This commit is contained in:
parent
2d013e0e99
commit
69f2a535e2
1 changed files with 2 additions and 2 deletions
|
@ -4756,13 +4756,13 @@ (define-public r-princurve
|
|||
(define-public r-prismatic
|
||||
(package
|
||||
(name "r-prismatic")
|
||||
(version "1.1.0")
|
||||
(version "1.1.1")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "prismatic" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1f6k11hcll33g2wbadjhm91pm5h4khg4zd8g9fzs3m9xlqpfaywh"))))
|
||||
"013i0mq4n8s2zbzvfrz1vjcn2a6l98bamslkcv1a3cn70gpphja9"))))
|
||||
(properties `((upstream-name . "prismatic")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs (list r-farver))
|
||||
|
|
Loading…
Reference in a new issue