me
/
guix
Archived
1
0
Fork 0

gnu: r-abctools: Update to 1.1.7.

* gnu/packages/cran.scm (r-abctools): Update to 1.1.7.
master
Ricardo Wurmus 2023-10-05 13:34:46 +02:00
parent f9e8fdcbfe
commit 6e74d7c1ee
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -14291,13 +14291,13 @@ ABC algorithms.")
(define-public r-abctools (define-public r-abctools
(package (package
(name "r-abctools") (name "r-abctools")
(version "1.1.6") (version "1.1.7")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (cran-uri "abctools" version)) (uri (cran-uri "abctools" version))
(sha256 (sha256
(base32 "0yxmj28ym8919l27m04yjyc7mya1iy5ap4p980grsh7m4cgpx3bh")))) (base32 "16gn5hk25glbjml7bclxqkybi90gqjijz6hl6ak8aig5wm08pgx2"))))
(build-system r-build-system) (build-system r-build-system)
(propagated-inputs (propagated-inputs
(list r-abc r-abind r-hmisc r-plyr)) (list r-abc r-abind r-hmisc r-plyr))