mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: r-stanheaders: Update to 2.21.0-7.
* gnu/packages/cran.scm (r-stanheaders): Update to 2.21.0-7.
This commit is contained in:
parent
3442505f41
commit
48cab17776
1 changed files with 2 additions and 2 deletions
|
@ -21360,14 +21360,14 @@ (define-public r-regsem
|
|||
(define-public r-stanheaders
|
||||
(package
|
||||
(name "r-stanheaders")
|
||||
(version "2.21.0-6")
|
||||
(version "2.21.0-7")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "StanHeaders" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1wwcrss4y6xbi81cg6ldhm57wz5paflzzp3yxh8b6shf9l2jla50"))))
|
||||
"0srkyawyiykn3p5lw1z3zf18s4ax4iasv1ci3l1px40f9w36wm17"))))
|
||||
(properties `((upstream-name . "StanHeaders")))
|
||||
(build-system r-build-system)
|
||||
(inputs `(("pandoc" ,pandoc)))
|
||||
|
|
Loading…
Reference in a new issue