gnu: r-pscl: Update to 1.5.5.1.

* gnu/packages/cran.scm (r-pscl): Update to 1.5.5.1.
This commit is contained in:
Ricardo Wurmus 2023-05-31 12:15:16 +02:00
parent c26210fe7b
commit 41a5eb6d29
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -14223,13 +14223,13 @@ (define-public r-parmigene
(define-public r-pscl
(package
(name "r-pscl")
(version "1.5.5")
(version "1.5.5.1")
(source
(origin
(method url-fetch)
(uri (cran-uri "pscl" version))
(sha256
(base32 "0vzf5wazs92bhqhqd66v3vwmbfmnh67gb2466g1xxawim649nk05"))))
(base32 "0nwdwyxmy4baiwjjvrypdclzhpbsipik1rkrvgag4y2csg1nf4v1"))))
(build-system r-build-system)
(propagated-inputs
(list r-mass))