guix-commits
[Top][All Lists]
Advanced

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

93/214: gnu: r-minpack-lm: Update to 1.2-2.


From: guix-commits
Subject: 93/214: gnu: r-minpack-lm: Update to 1.2-2.
Date: Sat, 28 May 2022 04:37:36 -0400 (EDT)

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

commit 7c935d16794c0ad5e43db7e216ec22d037d99c6f
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Sat May 28 08:30:32 2022 +0200

    gnu: r-minpack-lm: Update to 1.2-2.
    
    * gnu/packages/cran.scm (r-minpack-lm): Update to 1.2-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 0e696dbf42..c5853f2fae 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -16509,14 +16509,14 @@ marginal histograms/boxplots/density plots to ggplot2 
scatterplots.")
 (define-public r-minpack-lm
   (package
     (name "r-minpack-lm")
-    (version "1.2-1")
+    (version "1.2-2")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "minpack.lm" version))
        (sha256
         (base32
-         "18ym2pdql5vzngc7q5gn66d153hrfrnd8ilv8yh6vd7j7sx7vjql"))))
+         "11yz6hk2r33571d16kq01cb1x6sgdzi6jmksqlrm8mr84l95c2f7"))))
     (properties `((upstream-name . "minpack.lm")))
     (build-system r-build-system)
     (native-inputs (list gfortran))



reply via email to

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