gnu: r-maxlik: Update to 1.5-2.1.

* gnu/packages/cran.scm (r-maxlik): Update to 1.5-2.1.

Change-Id: Iaa44b650388003bbefe20b8d54874475a9d86104
This commit is contained in:
Ricardo Wurmus 2024-03-27 12:35:58 +01:00
parent cebed8db36
commit b931ad2102
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -41008,13 +41008,13 @@ (define-public r-wordspace
(define-public r-maxlik
(package
(name "r-maxlik")
(version "1.5-2")
(version "1.5-2.1")
(source
(origin
(method url-fetch)
(uri (cran-uri "maxLik" version))
(sha256
(base32 "0pdigfpyiqacj2ydhpn5w1h89dz1ydk0syzs25lsgdi40sz0bvkw"))))
(base32 "0pcjhf8r7xz93qp4phs6l4i56y30ksivgv5ysnjh6khbdmicfm6h"))))
(properties `((upstream-name . "maxLik")))
(build-system r-build-system)
(propagated-inputs (list r-generics r-misctools r-sandwich))