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:
Ricardo Wurmus 2024-09-07 14:40:00 +02:00
parent 08f7d3dd2f
commit cd836a65f0
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC

View File

@ -141,13 +141,13 @@ characters, such that the strings remain unique (if they originally were).")
(define-public r-aer
(package
(name "r-aer")
(version "1.2-12")
(version "1.2-13")
(source (origin
(method url-fetch)
(uri (cran-uri "AER" version))
(sha256
(base32
"11pas7lglcw1h5649bgab13g8xlnx109pc2aqphwc3fdgvqv1ism"))))
"03pa1rqlcn0r7hqijy8kjrkwg38rzyg5la9p71pbfyr5nr3p7jqd"))))
(properties `((upstream-name . "AER")))
(build-system r-build-system)
(propagated-inputs