guix-commits
[Top][All Lists]
Advanced

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

25/112: gnu: r-distillery: Update to 1.2.


From: guix-commits
Subject: 25/112: gnu: r-distillery: Update to 1.2.
Date: Wed, 9 Dec 2020 16:06:33 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 07cb3171732dca80d3cc137237292d2d26343d48
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Wed Dec 9 21:56:36 2020 +0100

    gnu: r-distillery: Update to 1.2.
    
    * gnu/packages/cran.scm (r-distillery): Update to 1.2.
---
 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 af05c7b..7e8b360 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -2945,14 +2945,14 @@ quantile mixture from L-moments and trimmed L-moments.")
 (define-public r-distillery
   (package
     (name "r-distillery")
-    (version "1.1")
+    (version "1.2")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "distillery" version))
        (sha256
         (base32
-         "15qhvhg6wmvlxrvvw70sk8pv76z5pd04vyasgczvxa0599ih7bzh"))))
+         "10nhh9p0hp294pp4aav0y0zsmir2qbn05sf3k52rmzmm36q2kc8y"))))
     (build-system r-build-system)
     (home-page "https://ral.ucar.edu/staff/ericg/";)
     (synopsis "Functions for confidence intervals and object information")



reply via email to

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