gnu: r-np: Update to 0.60-17.

* gnu/packages/cran.scm (r-np): Update to 0.60-17.
This commit is contained in:
Ricardo Wurmus 2023-03-19 14:44:23 +01:00
parent e3840184e8
commit 73c2a74f99
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC

View File

@ -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))