mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
gnu: r-survey: Update to 4.4-2.
* gnu/packages/cran.scm (r-survey): Update to 4.4-2. Change-Id: I3fb0bc0958c80e6099171befe64ef91334efefc2
This commit is contained in:
parent
3e66f6a61b
commit
fef3b1b386
1 changed files with 2 additions and 2 deletions
|
@ -16589,14 +16589,14 @@ (define-public r-magick
|
|||
(define-public r-survey
|
||||
(package
|
||||
(name "r-survey")
|
||||
(version "4.4-1")
|
||||
(version "4.4-2")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "survey" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1649srmdr8i9j8grqikkm8nbfav31s7iygx6pv96jvr3wh80yh46"))))
|
||||
"1ggisal5g16p3n03bch7ymawd4hig3fmm02nhxy1z5zh48qhyjla"))))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
(list r-lattice
|
||||
|
|
Loading…
Reference in a new issue