me
/
guix
Archived
1
0
Fork 0

gnu: r-pscl: Update to 1.5.9.

* gnu/packages/cran.scm (r-pscl): Update to 1.5.9.

Change-Id: I8343ff6f8f0c85b7c1952d8e01b4757c89225acc
master
Ricardo Wurmus 2024-02-01 22:13:02 +01:00
parent ff7703e347
commit 5c8059ca25
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -16025,13 +16025,13 @@ for the reconstruction of gene regulatory networks.")
(define-public r-pscl
(package
(name "r-pscl")
(version "1.5.5.1")
(version "1.5.9")
(source
(origin
(method url-fetch)
(uri (cran-uri "pscl" version))
(sha256
(base32 "0nwdwyxmy4baiwjjvrypdclzhpbsipik1rkrvgag4y2csg1nf4v1"))))
(base32 "1zkfzrc1cr3f5dlz0mv45ym0as1yp9gicds6lhxpj13qk38zz1c0"))))
(build-system r-build-system)
(propagated-inputs
(list r-mass))