gnu: r-aer: Update to 1.2-13.
* gnu/packages/cran.scm (r-aer): Update to 1.2-13. Change-Id: I76318bdb9618ff338ec511728387d840383c14a1
This commit is contained in:
parent
08f7d3dd2f
commit
cd836a65f0
@ -141,13 +141,13 @@ characters, such that the strings remain unique (if they originally were).")
|
|||||||
(define-public r-aer
|
(define-public r-aer
|
||||||
(package
|
(package
|
||||||
(name "r-aer")
|
(name "r-aer")
|
||||||
(version "1.2-12")
|
(version "1.2-13")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "AER" version))
|
(uri (cran-uri "AER" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"11pas7lglcw1h5649bgab13g8xlnx109pc2aqphwc3fdgvqv1ism"))))
|
"03pa1rqlcn0r7hqijy8kjrkwg38rzyg5la9p71pbfyr5nr3p7jqd"))))
|
||||||
(properties `((upstream-name . "AER")))
|
(properties `((upstream-name . "AER")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
|
Loading…
Reference in New Issue
Block a user