gnu: r-pegas: Update to 1.3.
* gnu/packages/cran.scm (r-pegas): Update to 1.3. Change-Id: If0c384c10f6203eaa8c4c15c17856a89351b6830master
parent
c774b097a8
commit
eb50f38a6d
|
@ -23055,13 +23055,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.2")
|
(version "1.3")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "pegas" version))
|
(uri (cran-uri "pegas" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0mdd6wwbgln7272am9pk3p5garmkkf3j76lli4hnxsh9gj9z6fcx"))))
|
(base32 "1j1xrnwi80ycwziwcsb48sfdm2ifdzgsn8clh0ai7rvhknrb4ghh"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list r-ape))
|
(list r-ape))
|
||||||
|
|
Reference in New Issue