gnu: r-rbibutils: Update to 2.2.7.
* gnu/packages/cran.scm (r-rbibutils): Update to 2.2.7.master
parent
7a5fdca2a0
commit
2fdf20c0f0
|
@ -8472,14 +8472,14 @@ hierarchical models using Markov Chain Monte Carlo (MCMC) simulation.")
|
||||||
(define-public r-rbibutils
|
(define-public r-rbibutils
|
||||||
(package
|
(package
|
||||||
(name "r-rbibutils")
|
(name "r-rbibutils")
|
||||||
(version "2.2.4")
|
(version "2.2.7")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "rbibutils" version))
|
(uri (cran-uri "rbibutils" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"15yyihk0dgz3yyqz28r5nc6m99zcywpabnabf18phbs7rb87p7mv"))))
|
"1iamdbww3hvxy0bbywc307kyhiczx0bvfhw7nngsm33balcng7kw"))))
|
||||||
(properties `((upstream-name . "rbibutils")))
|
(properties `((upstream-name . "rbibutils")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(home-page "https://geobosh.github.io/rbibutils/")
|
(home-page "https://geobosh.github.io/rbibutils/")
|
||||||
|
|
Reference in New Issue