mirror of
git://git.savannah.gnu.org/guix.git
synced 2023-12-14 03:33:07 +01:00
gnu: r-bbmle: Update to 1.0.20.
* gnu/packages/cran.scm (r-bbmle): Update to 1.0.20.
This commit is contained in:
parent
1a1b4f0571
commit
840782204f
1 changed files with 2 additions and 2 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue