gnu: r-scs: Update to 3.2.4.

* gnu/packages/cran.scm (r-scs): Update to 3.2.4.
This commit is contained in:
Ricardo Wurmus 2023-04-17 11:10:34 +02:00
parent 185bb03286
commit 776154da00
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -23497,13 +23497,13 @@ (define-public r-sccore
(define-public r-scs
(package
(name "r-scs")
(version "3.0-1")
(version "3.2.4")
(source (origin
(method url-fetch)
(uri (cran-uri "scs" version))
(sha256
(base32
"04srf33zw4dxv22b1h5qwjch5yg7hrvk4iq8yvxqnbr8qzp1x26n"))))
"13r944b9ip078hqwdpzn3jv21zm47d9l2b1f5y6glcj5pxs9iwy3"))))
(properties `((upstream-name . "scs")))
(build-system r-build-system)
(home-page "https://github.com/FlorianSchwendinger/scs")