mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-02 09:28:57 -05:00
gnu: r-opencpu: Update to 2.2.12.
* gnu/packages/cran.scm (r-opencpu): Update to 2.2.12. Change-Id: Ib63493ec6412791fe34009cbe50e9fa1e11238ac
This commit is contained in:
parent
49e3af952a
commit
3aa447509a
1 changed files with 2 additions and 2 deletions
|
@ -40679,13 +40679,13 @@ (define-public r-protolite
|
||||||
(define-public r-opencpu
|
(define-public r-opencpu
|
||||||
(package
|
(package
|
||||||
(name "r-opencpu")
|
(name "r-opencpu")
|
||||||
(version "2.2.11")
|
(version "2.2.12")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "opencpu" version))
|
(uri (cran-uri "opencpu" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1hdvfbzc8xmv8hrmchad590f91s4vq1nq83wi2ffh4n7q6ixr03s"))
|
(base32 "144rq0lyag4b93gshjaf4zghshnvx5vcbnahy4x43f22r0zq5gkv"))
|
||||||
(snippet
|
(snippet
|
||||||
'(for-each delete-file
|
'(for-each delete-file
|
||||||
'("inst/test/jquery-1.10.2.min.js"
|
'("inst/test/jquery-1.10.2.min.js"
|
||||||
|
|
Loading…
Reference in a new issue