mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-27 06:42:14 -05:00
gnu: r-np: Update to 0.60-10.
* gnu/packages/cran.scm (r-np): Update to 0.60-10.
This commit is contained in:
parent
2097da3e8c
commit
2d37face53
1 changed files with 2 additions and 2 deletions
|
@ -4715,14 +4715,14 @@ (define-public r-phontools
|
|||
(define-public r-np
|
||||
(package
|
||||
(name "r-np")
|
||||
(version "0.60-9")
|
||||
(version "0.60-10")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "np" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1z4jcpx8bbgwslv42wrphfd1qfq965qjn0kmfxm5f6hbbycahcgy"))))
|
||||
"06h8k0kdv5s258jr6s08fabvlycrbs7iq34jk2f2hfmqm2y4nyx2"))))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
`(("r-boot" ,r-boot)
|
||||
|
|
Loading…
Reference in a new issue