gnu: r-scico: Update to 1.3.1.

* gnu/packages/cran.scm (r-scico): Update to 1.3.1.
This commit is contained in:
Ricardo Wurmus 2022-09-20 10:53:24 +02:00
parent 024871933c
commit cd16977b72
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

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