mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-26 20:49:29 -05:00
gnu: r-npsurv: Update to 0.4-0.1.
* gnu/packages/cran.scm (r-npsurv): Update to 0.4-0.1.
This commit is contained in:
parent
632e159064
commit
15e48a54a6
1 changed files with 2 additions and 2 deletions
|
@ -9211,14 +9211,14 @@ (define-public r-lsei
|
|||
(define-public r-npsurv
|
||||
(package
|
||||
(name "r-npsurv")
|
||||
(version "0.4-0")
|
||||
(version "0.4-0.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "npsurv" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1wq4c9yfha5azjhrn40iiqkshmvh611sa90jp3lh82n4bl9zfk20"))))
|
||||
"09nxibp93bp9v8qcx0gnazk7fkvyh0fq9vlgxl639m6ndr7fwp88"))))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
`(("r-lsei" ,r-lsei)))
|
||||
|
|
Loading…
Reference in a new issue