guix-commits
[Top][All Lists]
Advanced

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

10/59: gnu: r-distillery: Update to 1.2-1.


From: guix-commits
Subject: 10/59: gnu: r-distillery: Update to 1.2-1.
Date: Thu, 20 May 2021 04:59:18 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 86ac5ac921311591390520e916661f5db885d9bc
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Thu May 20 10:54:40 2021 +0200

    gnu: r-distillery: Update to 1.2-1.
    
    * gnu/packages/cran.scm (r-distillery): Update to 1.2-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 32a178d..5e84af6 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -3544,14 +3544,14 @@ quantile mixture from L-moments and trimmed L-moments.")
 (define-public r-distillery
   (package
     (name "r-distillery")
-    (version "1.2")
+    (version "1.2-1")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "distillery" version))
        (sha256
         (base32
-         "10nhh9p0hp294pp4aav0y0zsmir2qbn05sf3k52rmzmm36q2kc8y"))))
+         "1ymmxyamkq0zbz2m4gllln1ihks2hcib6gs0mls92as79srz122b"))))
     (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]