me
/
guix
Archived
1
0
Fork 0

gnu: r-scs: Update to 3.2.4.

* gnu/packages/cran.scm (r-scs): Update to 3.2.4.
master
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
1 changed files with 2 additions and 2 deletions

View File

@ -23497,13 +23497,13 @@ the graph, and propagating graph labels.")
(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")