gnu: r-survey: Update to 4.0.

* gnu/packages/cran.scm (r-survey): Update to 4.0.
This commit is contained in:
Ricardo Wurmus 2020-04-14 16:03:32 +02:00
parent 7ab2b36ffb
commit 4bfa2b2536
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -7911,14 +7911,14 @@ (define-public r-magick
(define-public r-survey
(package
(name "r-survey")
(version "3.37")
(version "4.0")
(source
(origin
(method url-fetch)
(uri (cran-uri "survey" version))
(sha256
(base32
"1f31dvh48gzzan13pdrwh84ls35x9116095i7mdrcbrhz809r8dy"))))
"1q9x0s86s72gl43zj49gypg6jj2b78xjvxr4lmy5147s9h7z8lxh"))))
(build-system r-build-system)
(propagated-inputs
`(("r-lattice" ,r-lattice)