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:
parent
8d634d9426
commit
7a613a7139
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||||
|
|
Reference in a new issue