mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 22:38:07 -05:00
gnu: r-survey: Update to 3.37.
* gnu/packages/cran.scm (r-survey): Update to 3.37.
This commit is contained in:
parent
a6494403b3
commit
6cdd12542a
1 changed files with 2 additions and 2 deletions
|
@ -7835,14 +7835,14 @@ (define-public r-magick
|
|||
(define-public r-survey
|
||||
(package
|
||||
(name "r-survey")
|
||||
(version "3.36")
|
||||
(version "3.37")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "survey" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0xclsy4ram4k48vzh5m5bpmknnpwxnss85v73s4czsjj5ffjxwwh"))))
|
||||
"1f31dvh48gzzan13pdrwh84ls35x9116095i7mdrcbrhz809r8dy"))))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
`(("r-lattice" ,r-lattice)
|
||||
|
|
Loading…
Reference in a new issue