mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 12:05:19 -06:00
gnu: r-plotfunctions: Update to 1.5.
* gnu/packages/cran.scm (r-plotfunctions): Update to 1.5. Change-Id: I861e7b989af43c8146bb5813bf2361b5a70bdf19
This commit is contained in:
parent
7265477e1a
commit
19f30114ef
1 changed files with 2 additions and 2 deletions
|
|
@ -9931,13 +9931,13 @@ R (<doi:10.1002/9781119504641>).")
|
|||
(define-public r-plotfunctions
|
||||
(package
|
||||
(name "r-plotfunctions")
|
||||
(version "1.4")
|
||||
(version "1.5")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "plotfunctions" version))
|
||||
(sha256
|
||||
(base32 "0asmxw8283fpvl83h478j5nyg59xqifqaa8f2f6l199gvvswhhg2"))))
|
||||
(base32 "1mnj2s8ipl0ry0hfvhilx7wj9w68amvzs7c3x28w7x4icg7p4369"))))
|
||||
(properties `((upstream-name . "plotfunctions")))
|
||||
(build-system r-build-system)
|
||||
(native-inputs (list r-knitr))
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue