guix-commits
[Top][All Lists]
Advanced

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

49/211: gnu: r-np: Update to 0.60-14.


From: guix-commits
Subject: 49/211: gnu: r-np: Update to 0.60-14.
Date: Tue, 20 Sep 2022 06:24:04 -0400 (EDT)

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

commit 54c72fcd4f452d4766dae1cd0581dbfe760d3219
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Tue Sep 20 10:52:53 2022 +0200

    gnu: r-np: Update to 0.60-14.
    
    * gnu/packages/cran.scm (r-np): Update to 0.60-14.
---
 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 cd86d6135d..8a3524a1ff 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -8099,14 +8099,14 @@ creation and manipulation of WAVE audio files.")
 (define-public r-np
   (package
     (name "r-np")
-    (version "0.60-11")
+    (version "0.60-14")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "np" version))
        (sha256
         (base32
-         "1a9kzn37cddwfdki5zjmzanxp75pccdjnsvqfrh84hhcsy51pcx3"))))
+         "0v6mhcwdnqj5kjxwrzcqlff021ih2jdarwmikdm5bvjfwi8pyarl"))))
     (build-system r-build-system)
     (propagated-inputs
      (list r-boot r-cubature r-quadprog r-quantreg))



reply via email to

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