guix-commits
[Top][All Lists]
Advanced

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

26/96: gnu: r-splus2r: Update to 1.3-3.


From: guix-commits
Subject: 26/96: gnu: r-splus2r: Update to 1.3-3.
Date: Wed, 10 Feb 2021 19:06:29 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 9f00ff58a3c9b81bc4bec67c01aa7232c6213821
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Thu Feb 11 00:53:18 2021 +0100

    gnu: r-splus2r: Update to 1.3-3.
    
    * gnu/packages/cran.scm (r-splus2r): Update to 1.3-3.
    [native-inputs]: Remove gfortran.
---
 gnu/packages/cran.scm | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index f42c3cb..2e46e9f 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -5381,17 +5381,16 @@ exhaustive search.")
 (define-public r-splus2r
   (package
     (name "r-splus2r")
-    (version "1.2-2")
+    (version "1.3-3")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "splus2R" version))
        (sha256
         (base32
-         "0xrbj8vxy0pc6hl7m8abv71d3hjw47cl51s7j7priadyqczkq6sz"))))
+         "035zd22zcpkh74rik9ws6g8al6vjz7jgrqs5si361bzb5n290p3x"))))
     (properties `((upstream-name . "splus2R")))
     (build-system r-build-system)
-    (native-inputs `(("gfortran" ,gfortran)))
     (home-page "https://cran.r-project.org/web/packages/splus2R/";)
     (synopsis "Supplemental S-PLUS functionality in R")
     (description



reply via email to

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