guix-commits
[Top][All Lists]
Advanced

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

28/112: gnu: r-fitdistrplus: Update to 1.1-3.


From: guix-commits
Subject: 28/112: gnu: r-fitdistrplus: Update to 1.1-3.
Date: Wed, 9 Dec 2020 16:06:34 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 54dd6ce673ae65733ee812c33676eb7af56903b9
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Wed Dec 9 21:56:45 2020 +0100

    gnu: r-fitdistrplus: Update to 1.1-3.
    
    * gnu/packages/cran.scm (r-fitdistrplus): Update to 1.1-3.
---
 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 cc08dea..dafa8e1 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -3244,14 +3244,14 @@ functions from LINPACK.")
 (define-public r-fitdistrplus
   (package
     (name "r-fitdistrplus")
-    (version "1.1-1")
+    (version "1.1-3")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "fitdistrplus" version))
        (sha256
         (base32
-         "1rnfnwmxa495fql7q0h9018cnwygwhj8gfh6ryz1vbf474570vjl"))))
+         "1pjnqx0j26dai2fa4ip56wspmfsrcm9dpmxkg15y9623w5b58vbp"))))
     (build-system r-build-system)
     (propagated-inputs
      `(("r-mass" ,r-mass)



reply via email to

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