me
/
guix
Archived
1
0
Fork 0

gnu: r-scico: Update to 1.4.0.

* gnu/packages/cran.scm (r-scico): Update to 1.4.0.
master
Ricardo Wurmus 2023-06-03 08:32:03 +02:00
parent a066040856
commit 6c321bbded
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

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