gnu: r-abctools: Update to 1.1.4.

* gnu/packages/cran.scm (r-abctools): Update to 1.1.4.
This commit is contained in:
Ricardo Wurmus 2022-11-29 15:22:10 +01:00
parent b28095b7fd
commit a142333a87
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -11789,13 +11789,13 @@ (define-public r-abcrf
(define-public r-abctools
(package
(name "r-abctools")
(version "1.1.3")
(version "1.1.4")
(source
(origin
(method url-fetch)
(uri (cran-uri "abctools" version))
(sha256
(base32 "07s9dg10i8lsxl73b4n2hynca2fjgb0ykb0dz8c3zv6cgw3cyx97"))))
(base32 "02c473fqj7yd27flma2x7flqzqbrnba2xfcjy466nww0sm1vvhjg"))))
(build-system r-build-system)
(propagated-inputs
(list r-abc r-abind r-hmisc r-plyr))