me
/
guix
Archived
1
0
Fork 0

gnu: r-bbmle: Update to 1.0.23.1.

* gnu/packages/cran.scm (r-bbmle): Update to 1.0.23.1.
master
Ricardo Wurmus 2020-02-19 21:06:04 +01:00
parent 4332a46ca7
commit d05c224c3b
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -2384,14 +2384,14 @@ matrices, a special case of sparse matrices.")
(define-public r-bbmle
(package
(name "r-bbmle")
(version "1.0.22")
(version "1.0.23.1")
(source
(origin
(method url-fetch)
(uri (cran-uri "bbmle" version))
(sha256
(base32
"1idn55w5f3iw4r0ydyww8xyinninw07sxlwfqb565vmdrs87dwl4"))))
"0p3l9shbr2846qmw8n0fyzf4j7gmi08aypl82jml3dwh26q1whk0"))))
(build-system r-build-system)
(propagated-inputs
`(("r-bdsmatrix" ,r-bdsmatrix)