guix-commits
[Top][All Lists]
Advanced

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

56/80: gnu: r-gaston: Update to 1.5.8.


From: guix-commits
Subject: 56/80: gnu: r-gaston: Update to 1.5.8.
Date: Mon, 19 Dec 2022 12:32:23 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 238ee9154f0cf39e00329f6022435c2530ad4c1a
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Mon Dec 19 17:07:28 2022 +0100

    gnu: r-gaston: Update to 1.5.8.
    
    * gnu/packages/cran.scm (r-gaston): Update to 1.5.8.
---
 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 ae0169f59a..9b5f473ef0 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -29935,14 +29935,14 @@ formal inference.")
 (define-public r-gaston
   (package
     (name "r-gaston")
-    (version "1.5.7")
+    (version "1.5.8")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "gaston" version))
        (sha256
         (base32
-         "14z94dpln4dvgrv2w7w9ik7h6rpvbf02qhq1hqzx8c2cndzxr21i"))))
+         "1pv37csq3gvkld7hfxgbq72n35gx1wg3bvrcvzzzf0qsfb6g42cc"))))
     (properties `((upstream-name . "gaston")))
     (build-system r-build-system)
     (inputs (list zlib))



reply via email to

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