diff options
| author | Ricardo Wurmus <rekado@elephly.net> | 2024-01-30 15:48:56 +0100 |
|---|---|---|
| committer | Ricardo Wurmus <rekado@elephly.net> | 2024-01-30 15:48:56 +0100 |
| commit | 2435d457e88923c6b47e9ae699fd0279adeec86d (patch) | |
| tree | 39751c303356e38a8b5cfdecd80305e4baaaf248 | |
| parent | 6bde30b81440a52f83d18cb6c1bf325b866bc081 (diff) | |
gnu: r-emoa: Update to 0.5-2.
* gnu/packages/cran.scm (r-emoa): Update to 0.5-2.
Change-Id: Ia1138543ad4a2acf104c4fc19e2d75cfa07eed81
| -rw-r--r-- | gnu/packages/cran.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm index 1ec62c00dcc..b12137fdbc5 100644 --- a/gnu/packages/cran.scm +++ b/gnu/packages/cran.scm | |||
| @@ -27911,13 +27911,13 @@ such as Ghostscript is needed to use this package.") | |||
| 27911 | (define-public r-emoa | 27911 | (define-public r-emoa |
| 27912 | (package | 27912 | (package |
| 27913 | (name "r-emoa") | 27913 | (name "r-emoa") |
| 27914 | (version "0.5-0.2") | 27914 | (version "0.5-2") |
| 27915 | (source (origin | 27915 | (source (origin |
| 27916 | (method url-fetch) | 27916 | (method url-fetch) |
| 27917 | (uri (cran-uri "emoa" version)) | 27917 | (uri (cran-uri "emoa" version)) |
| 27918 | (sha256 | 27918 | (sha256 |
| 27919 | (base32 | 27919 | (base32 |
| 27920 | "0fr4ia3hkv8c7wkl64a51s6ynldppc812ynwldvbwy25dhlbvs6r")))) | 27920 | "1a71xd8gdy27cfy09a4avjhc7d7idrljzan79cxb8qwb0pq9pvz9")))) |
| 27921 | (properties `((upstream-name . "emoa"))) | 27921 | (properties `((upstream-name . "emoa"))) |
| 27922 | (build-system r-build-system) | 27922 | (build-system r-build-system) |
| 27923 | (home-page "https://cran.r-project.org/web/packages/emoa/") | 27923 | (home-page "https://cran.r-project.org/web/packages/emoa/") |
