mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-13 14:40:21 -05:00
gnu: r-emoa: Update to 0.5-3.
* gnu/packages/cran.scm (r-emoa): Update to 0.5-3. Change-Id: I8772b50a7a893a1e83f1da306a981b632109c46f
This commit is contained in:
parent
fa49ed0246
commit
f37c7944d0
1 changed files with 2 additions and 2 deletions
|
@ -29277,13 +29277,13 @@ (define-public r-showtext
|
|||
(define-public r-emoa
|
||||
(package
|
||||
(name "r-emoa")
|
||||
(version "0.5-2")
|
||||
(version "0.5-3")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "emoa" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1a71xd8gdy27cfy09a4avjhc7d7idrljzan79cxb8qwb0pq9pvz9"))))
|
||||
"1w287k5gjhgqcyq27xz0ybvhzkf1kydcnpcn30iziliw3xx71g2d"))))
|
||||
(properties `((upstream-name . "emoa")))
|
||||
(build-system r-build-system)
|
||||
(home-page "https://cran.r-project.org/web/packages/emoa/")
|
||||
|
|
Loading…
Reference in a new issue