me
/
guix
Archived
1
0
Fork 0

gnu: r-pegas: Update to 1.3.

* gnu/packages/cran.scm (r-pegas): Update to 1.3.

Change-Id: If0c384c10f6203eaa8c4c15c17856a89351b6830
master
Ricardo Wurmus 2023-12-28 00:44:37 +01:00
parent c774b097a8
commit eb50f38a6d
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

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