me
/
guix
Archived
1
0
Fork 0

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

* gnu/packages/cran.scm (r-np): Update to 0.60-14.
master
Ricardo Wurmus 2022-09-20 10:52:53 +02:00
parent ff9b9f6001
commit 29f9945039
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

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