guix-commits
[Top][All Lists]
Advanced

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

52/158: gnu: r-np: Update to 0.60-17.


From: guix-commits
Subject: 52/158: gnu: r-np: Update to 0.60-17.
Date: Sun, 19 Mar 2023 13:24:13 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 73c2a74f9926aa8e6c214ee8dfdfb258d62fcda3
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Sun Mar 19 14:44:23 2023 +0100

    gnu: r-np: Update to 0.60-17.
    
    * gnu/packages/cran.scm (r-np): Update to 0.60-17.
---
 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 de822551f9..c30c88807b 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -9548,14 +9548,14 @@ creation and manipulation of WAVE audio files.")
 (define-public r-np
   (package
     (name "r-np")
-    (version "0.60-16")
+    (version "0.60-17")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "np" version))
        (sha256
         (base32
-         "1c01drwvh2jj0s40q19ghdf429s6px07akg6d0yfanah3706gydy"))))
+         "0dkz8aing2zdah83sjs874cxgwyzx82x60idziqfbhjf4g5mfyfr"))))
     (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]