me
/
guix
Archived
1
0
Fork 0

gnu: r-scico: Update to 1.5.0.

* gnu/packages/cran.scm (r-scico): Update to 1.5.0.
Ricardo Wurmus 2023-08-28 14:21:08 +02:00
parent 2658685b70
commit ca57f28847
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -34478,13 +34478,13 @@ observations.")
(define-public r-scico
(package
(name "r-scico")
(version "1.4.0")
(version "1.5.0")
(source
(origin
(method url-fetch)
(uri (cran-uri "scico" version))
(sha256
(base32 "1zcsqmsr9vjs4krz8vmq4z59wh6x25g9ca6yxb0wlq58nmws77k6"))))
(base32 "1c6905y62s03kiah8ykhkag275pn06ihk5szldib2621ysrj2wb4"))))
(properties `((upstream-name . "scico")))
(build-system r-build-system)
(propagated-inputs (list r-scales))