guix-commits
[Top][All Lists]
Advanced

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

57/89: gnu: r-iso: Update to 0.0-18.1.


From: guix-commits
Subject: 57/89: gnu: r-iso: Update to 0.0-18.1.
Date: Thu, 11 Jun 2020 11:04:25 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit f71791c501a13ae34fd61e9be0590538a88be1b4
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Thu Jun 11 15:09:54 2020 +0200

    gnu: r-iso: Update to 0.0-18.1.
    
    * gnu/packages/cran.scm (r-iso): Update to 0.0-18.1.
---
 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 5606d18..cb9c69a 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -10707,14 +10707,14 @@ the combination of non-negative and non-positive 
constraints.")
 (define-public r-iso
   (package
     (name "r-iso")
-    (version "0.0-18")
+    (version "0.0-18.1")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "Iso" version))
        (sha256
         (base32
-         "014mm5b1f7i6nwlz3kyg1biph0y542kcx5bd13p68cv5a928qzid"))))
+         "0vy6jdyvp751430sf2f690yhasjr70cpk3p3lnaaxjq3fs5gg99g"))))
     (properties `((upstream-name . "Iso")))
     (build-system r-build-system)
     (native-inputs `(("gfortran" ,gfortran)))



reply via email to

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