mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 14:07:01 +01:00
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:
parent
c26210fe7b
commit
41a5eb6d29
1 changed files with 2 additions and 2 deletions
|
@ -14223,13 +14223,13 @@ (define-public r-parmigene
|
||||||
(define-public r-pscl
|
(define-public r-pscl
|
||||||
(package
|
(package
|
||||||
(name "r-pscl")
|
(name "r-pscl")
|
||||||
(version "1.5.5")
|
(version "1.5.5.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "pscl" version))
|
(uri (cran-uri "pscl" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0vzf5wazs92bhqhqd66v3vwmbfmnh67gb2466g1xxawim649nk05"))))
|
(base32 "0nwdwyxmy4baiwjjvrypdclzhpbsipik1rkrvgag4y2csg1nf4v1"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list r-mass))
|
(list r-mass))
|
||||||
|
|
Loading…
Reference in a new issue