3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: r-brio: Update to 1.1.1.

* gnu/packages/cran.scm (r-brio): Update to 1.1.1.
This commit is contained in:
Ricardo Wurmus 2021-02-11 00:52:26 +01:00
parent 212b7d0305
commit d7c36b6057
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

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