me
/
guix
Archived
1
0
Fork 0

gnu: r-pscl: Update to 1.5.5.1.

* gnu/packages/cran.scm (r-pscl): Update to 1.5.5.1.
master
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
1 changed files with 2 additions and 2 deletions

View File

@ -14223,13 +14223,13 @@ for the reconstruction of gene regulatory networks.")
(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))