rekado pushed a commit to branch master
in repository guix.
commit c4d53756d196d4671672a04adf47ef34bb4df96c
Author: Ricardo Wurmus <[email protected]>
AuthorDate: Sun Mar 19 14:44:32 2023 +0100
gnu: r-pegas: Update to 1.2.
* gnu/packages/cran.scm (r-pegas): Update to 1.2.
---
gnu/packages/cran.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index c1a72c7b54..2845e8f0d0 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -20668,13 +20668,13 @@ also provided to illustrate various methods.")
(define-public r-pegas
(package
(name "r-pegas")
- (version "1.1")
+ (version "1.2")
(source
(origin
(method url-fetch)
(uri (cran-uri "pegas" version))
(sha256
- (base32 "0ngd0laqbs139ji9hm9kwsm9rm56agw2yyfcplxgqva936l93fl7"))))
+ (base32 "0mdd6wwbgln7272am9pk3p5garmkkf3j76lli4hnxsh9gj9z6fcx"))))
(build-system r-build-system)
(propagated-inputs
(list r-ape))