gnu: r-flexsurv: Update to 2.2.2.

* gnu/packages/cran.scm (r-flexsurv): Update to 2.2.2.
This commit is contained in:
Ricardo Wurmus 2023-02-18 16:08:55 +01:00
parent 87c42b0dd3
commit 3285df3108
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -30961,14 +30961,14 @@ censored data.")
(define-public r-flexsurv
(package
(name "r-flexsurv")
(version "2.2.1")
(version "2.2.2")
(source
(origin
(method url-fetch)
(uri (cran-uri "flexsurv" version))
(sha256
(base32
"1xqsihvrb8b5mzkr3mhg0ydm8kkcw1k0kgp6ndyavw8yahl059as"))))
"1qshsii5fqpx4l113vr4lx9ijxhcr8494lx3ixjdbzy58077adb6"))))
(properties `((upstream-name . "flexsurv")))
(build-system r-build-system)
(propagated-inputs