gnu: r-bbmle: Update to 1.0.20.

* gnu/packages/cran.scm (r-bbmle): Update to 1.0.20.
master
Ricardo Wurmus 2017-11-03 14:12:02 +01:00
parent 1a1b4f0571
commit 840782204f
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -717,14 +717,14 @@ and S4 methods with inlined C, C++ or Fortran code supporting @code{.C} and
(define-public r-bbmle
(package
(name "r-bbmle")
(version "1.0.19")
(version "1.0.20")
(source
(origin
(method url-fetch)
(uri (cran-uri "bbmle" version))
(sha256
(base32
"014h6mw16gv4acs2p78dy7lla7s428n633aybsb1mbi6250dg0p8"))))
"1xzij7swrrzl5ly8l3lw6awh486zcm00251dwqws1y23fbgyh3vc"))))
(build-system r-build-system)
(propagated-inputs
`(("r-lattice" ,r-lattice)