mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 05:57:04 +01:00
gnu: r-pscl: Update to 1.5.9.
* gnu/packages/cran.scm (r-pscl): Update to 1.5.9. Change-Id: I8343ff6f8f0c85b7c1952d8e01b4757c89225acc
This commit is contained in:
parent
ff7703e347
commit
5c8059ca25
1 changed files with 2 additions and 2 deletions
|
@ -16025,13 +16025,13 @@ (define-public r-partr2
|
|||
(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))
|
||||
|
|
Loading…
Reference in a new issue