mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-26 20:49:29 -05:00
gnu: r-stanheaders: Update to 2.32.5.
* gnu/packages/cran.scm (r-stanheaders): Update to 2.32.5. Change-Id: Ie2cccf037fe7c63d8b3574b1504b378f444fb6b3
This commit is contained in:
parent
51a6d1dd2f
commit
a08a55e6ac
1 changed files with 2 additions and 2 deletions
|
@ -31434,14 +31434,14 @@ (define-public r-regsem
|
|||
(define-public r-stanheaders
|
||||
(package
|
||||
(name "r-stanheaders")
|
||||
(version "2.26.28")
|
||||
(version "2.32.5")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "StanHeaders" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1s1xgvn5c1vjikm1dx9g0qm2k8m24clylgp7zssmfhx6sfb8v2lk"))))
|
||||
"0wqps6xy2xypxsg3p3grdiw67a0xla3vh9x9hcf2ln03yhgkn4jl"))))
|
||||
(properties `((upstream-name . "StanHeaders")))
|
||||
(build-system r-build-system)
|
||||
(inputs (list pandoc))
|
||||
|
|
Loading…
Reference in a new issue