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:
Ricardo Wurmus 2020-05-12 16:55:29 +02:00
parent 632e159064
commit 15e48a54a6
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

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