me
/
guix
Archived
1
0
Fork 0

gnu: r-emoa: Update to 0.5-2.

* gnu/packages/cran.scm (r-emoa): Update to 0.5-2.

Change-Id: Ia1138543ad4a2acf104c4fc19e2d75cfa07eed81
master
Ricardo Wurmus 2024-01-30 15:48:56 +01:00
parent 6bde30b814
commit 2435d457e8
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -27911,13 +27911,13 @@ such as Ghostscript is needed to use this package.")
(define-public r-emoa (define-public r-emoa
(package (package
(name "r-emoa") (name "r-emoa")
(version "0.5-0.2") (version "0.5-2")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (cran-uri "emoa" version)) (uri (cran-uri "emoa" version))
(sha256 (sha256
(base32 (base32
"0fr4ia3hkv8c7wkl64a51s6ynldppc812ynwldvbwy25dhlbvs6r")))) "1a71xd8gdy27cfy09a4avjhc7d7idrljzan79cxb8qwb0pq9pvz9"))))
(properties `((upstream-name . "emoa"))) (properties `((upstream-name . "emoa")))
(build-system r-build-system) (build-system r-build-system)
(home-page "https://cran.r-project.org/web/packages/emoa/") (home-page "https://cran.r-project.org/web/packages/emoa/")