mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 22:38:07 -05:00
gnu: r-stanheaders: Update to 2.32.7.
* gnu/packages/cran.scm (r-stanheaders): Update to 2.32.7. Change-Id: I367bba897a937c915bd9b5b3e2246209c785e424
This commit is contained in:
parent
ea6f3dd9ae
commit
03e1518d57
1 changed files with 2 additions and 2 deletions
|
@ -32313,14 +32313,14 @@ (define-public r-regsem
|
|||
(define-public r-stanheaders
|
||||
(package
|
||||
(name "r-stanheaders")
|
||||
(version "2.32.6")
|
||||
(version "2.32.7")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "StanHeaders" version))
|
||||
(sha256
|
||||
(base32
|
||||
"18p1rch5ipj0f4jdvr8mnlk8pg1l4njjj4cgbp7ni7kcngsn3049"))))
|
||||
"1dlgq0laz5j4ryiz589xhd97fk89q63255wkdbddixfg6cq02ypf"))))
|
||||
(properties `((upstream-name . "StanHeaders")))
|
||||
(build-system r-build-system)
|
||||
(inputs (list pandoc))
|
||||
|
|
Loading…
Reference in a new issue