mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-13 14:40:21 -05:00
gnu: r-afpt: Update to 1.1.0.3.
* gnu/packages/cran.scm (r-afpt): Update to 1.1.0.3.
This commit is contained in:
parent
a28a357675
commit
ff80f791e9
1 changed files with 2 additions and 2 deletions
|
@ -148,13 +148,13 @@ (define-public r-aer
|
|||
(define-public r-afpt
|
||||
(package
|
||||
(name "r-afpt")
|
||||
(version "1.1.0.2")
|
||||
(version "1.1.0.3")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "afpt" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1z0r4r7prxbhadmkdg6345g0b5vq9dqyyw9hh3fpad9zkc7k6xbc"))))
|
||||
"18izncbr3ljckil97xx2w1y0y7qjykp06wm0ap8ismahqvia3xz3"))))
|
||||
(properties `((upstream-name . "afpt")))
|
||||
(build-system r-build-system)
|
||||
(native-inputs (list r-knitr))
|
||||
|
|
Loading…
Reference in a new issue