me
/
guix
Archived
1
0
Fork 0

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

* gnu/packages/cran.scm (r-np): Update to 0.60-11.
master
Ricardo Wurmus 2021-07-10 13:26:14 +02:00
parent 2543c36d6f
commit fb17d9004d
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -6544,14 +6544,14 @@ creation and manipulation of WAVE audio files.")
(define-public r-np
(package
(name "r-np")
(version "0.60-10")
(version "0.60-11")
(source
(origin
(method url-fetch)
(uri (cran-uri "np" version))
(sha256
(base32
"06h8k0kdv5s258jr6s08fabvlycrbs7iq34jk2f2hfmqm2y4nyx2"))))
"1a9kzn37cddwfdki5zjmzanxp75pccdjnsvqfrh84hhcsy51pcx3"))))
(build-system r-build-system)
(propagated-inputs
`(("r-boot" ,r-boot)