guix-commits
[Top][All Lists]
Advanced

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

14/39: gnu: r-distillery: Update to 1.0-7.


From: guix-commits
Subject: 14/39: gnu: r-distillery: Update to 1.0-7.
Date: Mon, 27 Apr 2020 11:40:32 -0400 (EDT)

rekado pushed a commit to branch r-updates
in repository guix.

commit cb87fc8cefbdd4a535729a18e2dc650464a608ea
Author: Ricardo Wurmus <address@hidden>
AuthorDate: Mon Apr 27 17:27:07 2020 +0200

    gnu: r-distillery: Update to 1.0-7.
    
    * gnu/packages/cran.scm (r-distillery): Update to 1.0-7.
---
 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 f242f1c..98512ef 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -2389,14 +2389,14 @@ quantile mixture from L-moments and trimmed L-moments.")
 (define-public r-distillery
   (package
     (name "r-distillery")
-    (version "1.0-6")
+    (version "1.0-7")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "distillery" version))
        (sha256
         (base32
-         "1mi3ig9jq0kd7yrwc5m37lmrw04p1b4lirnbsxi10z3n5yay4429"))))
+         "0w72vb3p51m0hwms9icwgy1xg3dplmpjrxibl2s92lpdrv737249"))))
     (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]