Archived
1
0
Fork 0

gnu: r-pegas: Update to 1.2.

* gnu/packages/cran.scm (r-pegas): Update to 1.2.
This commit is contained in:
Ricardo Wurmus 2023-03-19 14:44:32 +01:00
parent a5f8f7cd96
commit c4d53756d1
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -20668,13 +20668,13 @@ also provided to illustrate various methods.")
(define-public r-pegas (define-public r-pegas
(package (package
(name "r-pegas") (name "r-pegas")
(version "1.1") (version "1.2")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (cran-uri "pegas" version)) (uri (cran-uri "pegas" version))
(sha256 (sha256
(base32 "0ngd0laqbs139ji9hm9kwsm9rm56agw2yyfcplxgqva936l93fl7")))) (base32 "0mdd6wwbgln7272am9pk3p5garmkkf3j76lli4hnxsh9gj9z6fcx"))))
(build-system r-build-system) (build-system r-build-system)
(propagated-inputs (propagated-inputs
(list r-ape)) (list r-ape))