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:
parent
212b7d0305
commit
d7c36b6057
1 changed files with 2 additions and 2 deletions
|
@ -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")
|
||||
|
|
Loading…
Reference in a new issue