gnu: r-brio: Update to 1.1.4.
* gnu/packages/cran.scm (r-brio): Update to 1.1.4. Change-Id: I5dfce63a5686b1e0bf66c42c476ff9b04b0a828d
parent
1354314cdf
commit
75e93cd0f5
|
@ -194,14 +194,14 @@ models} (GLMM).")
|
||||||
(define-public r-brio
|
(define-public r-brio
|
||||||
(package
|
(package
|
||||||
(name "r-brio")
|
(name "r-brio")
|
||||||
(version "1.1.3")
|
(version "1.1.4")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "brio" version))
|
(uri (cran-uri "brio" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1inwzvlf6zj6gi47gd0byzqv02qajb3l475z8pjvx2b1hm0r1a7a"))))
|
"1s0q1qk3w3fwf7gn4xfwhf8i8yqqb6z096x6xqsj8av8924z7fqc"))))
|
||||||
(properties `((upstream-name . "brio")))
|
(properties `((upstream-name . "brio")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(home-page "https://github.com/r-lib/brio")
|
(home-page "https://github.com/r-lib/brio")
|
||||||
|
|
Reference in New Issue