gnu: r-npsurv: Update to 0.5-0.

* gnu/packages/cran.scm (r-npsurv): Update to 0.5-0.
This commit is contained in:
Ricardo Wurmus 2020-10-05 22:13:52 +02:00
parent f7730afb5e
commit 7e0e3a6512
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -9740,14 +9740,14 @@ (define-public r-lsei
(define-public r-npsurv
(package
(name "r-npsurv")
(version "0.4-0.1")
(version "0.5-0")
(source
(origin
(method url-fetch)
(uri (cran-uri "npsurv" version))
(sha256
(base32
"09nxibp93bp9v8qcx0gnazk7fkvyh0fq9vlgxl639m6ndr7fwp88"))))
"1ihxhb42cga1hssj2jv4ah0f4hlwsky899ij5261fzh1wxvdp1xw"))))
(build-system r-build-system)
(propagated-inputs
`(("r-lsei" ,r-lsei)))