mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-16 16:08:04 -05:00
gnu: r-opencpu: Update to 2.2.10.
* gnu/packages/cran.scm (r-opencpu): Update to 2.2.10. [properties]: Add hints for updater.
This commit is contained in:
parent
cca7d7ea4c
commit
7c2290f663
1 changed files with 6 additions and 3 deletions
|
@ -37415,18 +37415,21 @@ (define-public r-protolite
|
|||
(define-public r-opencpu
|
||||
(package
|
||||
(name "r-opencpu")
|
||||
(version "2.2.9")
|
||||
(version "2.2.10")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "opencpu" version))
|
||||
(sha256
|
||||
(base32 "18vlr1isi92zc9a16ld3fczdw2mcd142k5cbpls3nfxgdjbx3qqk"))
|
||||
(base32 "0wpr3cgkznrm2ivapi1vdlcm2729v1jkyah5q82nfmnzisdlrc4a"))
|
||||
(snippet
|
||||
'(for-each delete-file
|
||||
'("inst/test/jquery-1.10.2.min.js"
|
||||
"inst/test/bootstrap/js/bootstrap.min.js")))))
|
||||
(properties `((upstream-name . "opencpu")))
|
||||
(properties
|
||||
`((upstream-name . "opencpu")
|
||||
(updater-ignored-inputs . ("apparmor"))
|
||||
(updater-extra-native-inputs . ("js-jquery"))))
|
||||
(build-system r-build-system)
|
||||
(arguments
|
||||
(list
|
||||
|
|
Loading…
Reference in a new issue