me
/
guix
Archived
1
0
Fork 0

gnu: r-acepack: Update to 1.4.2.

* gnu/packages/statistics.scm (r-acepack): Update to 1.4.2.
[properties]: Protect gfortran input from updater.
Ricardo Wurmus 2023-08-28 11:46:16 +02:00
parent 7fa2aacade
commit 84e63470de
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 5 additions and 2 deletions

View File

@ -1904,14 +1904,17 @@ features require SQL translation to be provided by the package author.")
(define-public r-acepack
(package
(name "r-acepack")
(version "1.4.1")
(version "1.4.2")
(source
(origin
(method url-fetch)
(uri (cran-uri "acepack" version))
(sha256
(base32
"1f98rpfjmhd92rdc3j004plyfpjailz6j0ycysbac0kgj83haxc2"))))
"14dccqpww3bv59236r0vr6bibhsafhbm7qshdjxp5ww3nw9cvzsv"))))
(properties
`((upstream-name . "acepack")
(updater-extra-inputs . ("gfortran"))))
(build-system r-build-system)
(inputs
(list gfortran))