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:
Ricardo Wurmus 2026-01-14 19:41:55 +01:00 committed by Andreas Enge
parent 7265477e1a
commit 19f30114ef
No known key found for this signature in database
GPG key ID: F7D5C9BF765C61E3

View file

@ -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))