Archived
1
0
Fork 0

gnu: r-bbmle: Update to 1.0.25.1.

* gnu/packages/cran.scm (r-bbmle): Update to 1.0.25.1.

Change-Id: Iaf1342c02079b538e91c18e25bed9e7097e59c55
This commit is contained in:
Ricardo Wurmus 2023-12-15 12:16:46 +01:00
parent 8d634d9426
commit 7a613a7139
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -7586,14 +7586,14 @@ matrices, a special case of sparse matrices.")
(define-public r-bbmle (define-public r-bbmle
(package (package
(name "r-bbmle") (name "r-bbmle")
(version "1.0.25") (version "1.0.25.1")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (cran-uri "bbmle" version)) (uri (cran-uri "bbmle" version))
(sha256 (sha256
(base32 (base32
"0mdj21q7k0fp4cj7la14vmcjmp49zqm57g7r6zrwmxpv0acwda46")))) "02xnfmjr5ax5pc69jkxmygkwvb68flrf1x8pxfw0hk7y37w0qanr"))))
(build-system r-build-system) (build-system r-build-system)
(propagated-inputs (propagated-inputs
(list r-bdsmatrix (list r-bdsmatrix