gnu: r-pscl: Update to 1.5.5.
* gnu/packages/cran.scm (r-pscl): Update to 1.5.5.master
parent
15d3ac75ce
commit
4882fcd292
|
@ -7598,13 +7598,13 @@ for the reconstruction of gene regulatory networks.")
|
||||||
(define-public r-pscl
|
(define-public r-pscl
|
||||||
(package
|
(package
|
||||||
(name "r-pscl")
|
(name "r-pscl")
|
||||||
(version "1.5.2")
|
(version "1.5.5")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "pscl" version))
|
(uri (cran-uri "pscl" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1phf3awsfr4ncqfqzin5m1pz0g7y1zhbcm2sz7358ssw914fd7rc"))))
|
(base32 "0vzf5wazs92bhqhqd66v3vwmbfmnh67gb2466g1xxawim649nk05"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("r-mass" ,r-mass)))
|
`(("r-mass" ,r-mass)))
|
||||||
|
|
Reference in New Issue