guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

20/39: gnu: r-scs: Update to 3.2.4.


From: guix-commits
Subject: 20/39: gnu: r-scs: Update to 3.2.4.
Date: Mon, 17 Apr 2023 05:12:25 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 776154da00894138d171aeaa261103b68c7ec15f
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Mon Apr 17 11:10:34 2023 +0200

    gnu: r-scs: Update to 3.2.4.
    
    * gnu/packages/cran.scm (r-scs): Update to 3.2.4.
---
 gnu/packages/cran.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index efbd03f694..3209097db4 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -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";)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]