me
/
guix
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
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
1 changed files with 2 additions and 2 deletions

View File

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