mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-11 05:39:41 -05:00
gnu: r-aer: Update to 1.2-12.
* gnu/packages/cran.scm (r-aer): Update to 1.2-12. Change-Id: Ibdc99bf4a72aded3e76b8f21b95007d9b9d89189
This commit is contained in:
parent
9d0969deec
commit
35838639f6
1 changed files with 2 additions and 2 deletions
|
@ -119,13 +119,13 @@ (define-module (gnu packages cran)
|
|||
(define-public r-aer
|
||||
(package
|
||||
(name "r-aer")
|
||||
(version "1.2-10")
|
||||
(version "1.2-12")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "AER" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1p6vxr0220lim5i4gwsvphqrfd65zbs8h3qydz4gipca9asmy2k5"))))
|
||||
"11pas7lglcw1h5649bgab13g8xlnx109pc2aqphwc3fdgvqv1ism"))))
|
||||
(properties `((upstream-name . "AER")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
|
|
Loading…
Reference in a new issue