me
/
guix
Archived
1
0
Fork 0

gnu: r-flexsurv: Update to 2.1.

* gnu/packages/cran.scm (r-flexsurv): Update to 2.1.
master
Ricardo Wurmus 2021-09-29 15:33:31 +02:00
parent 4e57e2c71d
commit 9fe7038517
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -27121,14 +27121,14 @@ censored data.")
(define-public r-flexsurv
(package
(name "r-flexsurv")
(version "2.0")
(version "2.1")
(source
(origin
(method url-fetch)
(uri (cran-uri "flexsurv" version))
(sha256
(base32
"0vshsijqlzsz0xh426vsswpai1v5c990ggyniqqzsjbg3mn8dbl9"))))
"0kwij9nkdvnsn1kn12fj3hjkd2qpgw7bdda4qad7basq5p6divlp"))))
(properties `((upstream-name . "flexsurv")))
(build-system r-build-system)
(propagated-inputs