me
/
guix
Archived
1
0
Fork 0

gnu: r-ade4: Update to 1.7-19.

* gnu/packages/statistics.scm (r-ade4): Update to 1.7-19.
master
Ricardo Wurmus 2022-05-28 08:30:56 +02:00
parent e5bc9d8cd8
commit 17e540f66f
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -2126,14 +2126,14 @@ chain.")
(define-public r-ade4 (define-public r-ade4
(package (package
(name "r-ade4") (name "r-ade4")
(version "1.7-18") (version "1.7-19")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (cran-uri "ade4" version)) (uri (cran-uri "ade4" version))
(sha256 (sha256
(base32 (base32
"09f5kh2mwygqpnvf53k0r54k0cvaafxm9x4nm819gwv05k2g9dpc")))) "1vv5y6badksnpjb3bcphhjdzzh6i2grmwnsalcf2cfpr3y412lf8"))))
(build-system r-build-system) (build-system r-build-system)
(propagated-inputs (propagated-inputs
(list r-mass r-pixmap r-sp)) (list r-mass r-pixmap r-sp))