guix-commits
[Top][All Lists]
Advanced

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

08/22: gnu: r-distillery: Update to 1.0-6.


From: guix-commits
Subject: 08/22: gnu: r-distillery: Update to 1.0-6.
Date: Sat, 6 Apr 2019 17:13:33 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 5686da7608ce26c4d1f9cbc71654f9e24736a498
Author: Ricardo Wurmus <address@hidden>
Date:   Sat Apr 6 22:54:02 2019 +0200

    gnu: r-distillery: Update to 1.0-6.
    
    * gnu/packages/cran.scm (r-distillery): Update to 1.0-6.
---
 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 75d8133..4eda1fa 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -1905,14 +1905,14 @@ quantile mixture from L-moments and trimmed L-moments.")
 (define-public r-distillery
   (package
     (name "r-distillery")
-    (version "1.0-4")
+    (version "1.0-6")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "distillery" version))
        (sha256
         (base32
-         "1m0pgmlvk7bsb6q3kxagnq422babk61sf73naavac68v8x2q8fix"))))
+         "1mi3ig9jq0kd7yrwc5m37lmrw04p1b4lirnbsxi10z3n5yay4429"))))
     (build-system r-build-system)
     (home-page "http://www.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]