diff options
| author | Ricardo Wurmus <rekado@elephly.net> | 2026-01-14 19:42:14 +0100 |
|---|---|---|
| committer | Rutherther <rutherther@ditigal.xyz> | 2026-01-25 21:28:14 +0100 |
| commit | 78771bf1966a4495dabe62d31cf4611f7b9cea47 (patch) | |
| tree | 6711d8cdeefc8b386efdb4db4294460aaa86e8e3 /gnu | |
| parent | e313ab95281b1fc38f13a4362bca4ee189719691 (diff) | |
gnu: r-pegas: Update to 1.4.
* gnu/packages/cran.scm (r-pegas): Update to 1.4.
Change-Id: I11303669eb5b9124187e7ec3123e2f74b670f144
Signed-off-by: Rutherther <rutherther@ditigal.xyz>
Diffstat (limited to 'gnu')
| -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 31b9e5b68d..d3056318cc 100644 --- a/gnu/packages/cran.scm +++ b/gnu/packages/cran.scm @@ -36793,13 +36793,13 @@ also provided to illustrate various methods.") (define-public r-pegas (package (name "r-pegas") - (version "1.3") + (version "1.4") (source (origin (method url-fetch) (uri (cran-uri "pegas" version)) (sha256 - (base32 "1j1xrnwi80ycwziwcsb48sfdm2ifdzgsn8clh0ai7rvhknrb4ghh")))) + (base32 "0wqnn1pjihfh84cq51d4kw4ip37gab5dg61lflhnrf7x1qjvw6n3")))) (build-system r-build-system) (propagated-inputs (list r-ape)) |
