mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 03:55:08 -06:00
gnu: r-plotmo: Update to 3.7.0.
* gnu/packages/cran.scm (r-plotmo): Update to 3.7.0. Change-Id: I6d9d0f0f8cdef8c7c6bd4b57061bba3076ea9470
This commit is contained in:
parent
19f30114ef
commit
0b6cfe1760
1 changed files with 2 additions and 2 deletions
|
|
@ -9958,13 +9958,13 @@ with default R plot functions.")
|
|||
(define-public r-plotmo
|
||||
(package
|
||||
(name "r-plotmo")
|
||||
(version "3.6.4")
|
||||
(version "3.7.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "plotmo" version))
|
||||
(sha256
|
||||
(base32 "0wl2xlidib4r54nm1q5zndr9iilagpyc3xlxs0cpd487hdh3zcn8"))))
|
||||
(base32 "0ci0h4ajmlxjw8vq812fsqspkdv63iklfgvn99984xcn04gn5rl0"))))
|
||||
(properties `((upstream-name . "plotmo")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs (list r-formula r-plotrix))
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue