gnu: r-brio: Update to 1.1.2.

* gnu/packages/cran.scm (r-brio): Update to 1.1.2.
This commit is contained in:
Ricardo Wurmus 2021-05-04 07:13:03 +02:00
parent 6c07e74106
commit 14356d23be
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -111,14 +111,14 @@ (define-module (gnu packages cran)
(define-public r-brio
(package
(name "r-brio")
(version "1.1.1")
(version "1.1.2")
(source
(origin
(method url-fetch)
(uri (cran-uri "brio" version))
(sha256
(base32
"0ai2pqw5zk11r0rl2xshsq095ix1sdp2vjlixz2qxvy27x145ykh"))))
"1vviykwx1z71yhk1xl87riaygj8sq0sj7ixyig1irqsi66aydpa2"))))
(properties `((upstream-name . "brio")))
(build-system r-build-system)
(home-page "https://github.com/r-lib/brio")