mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-05-28 12:01:49 +02:00
gnu: r-vpc: Update to 1.2.4.
* gnu/packages/statistics.scm (r-vpc): Update to 1.2.4. [properties]: Record updater-extra-native-inputs. [native-inputs]: Add r-testthat. Change-Id: Ife35ee9710a925c6d3a76c23e44a86af2b010e32
This commit is contained in:
@@ -3657,7 +3657,7 @@ Neyman, 1936; cf. Spiller et al., 2012), etc.")
|
|||||||
(define-public r-vpc
|
(define-public r-vpc
|
||||||
(package
|
(package
|
||||||
(name "r-vpc")
|
(name "r-vpc")
|
||||||
(version "1.2.2")
|
(version "1.2.4")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
@@ -3666,10 +3666,11 @@ Neyman, 1936; cf. Spiller et al., 2012), etc.")
|
|||||||
(commit version)))
|
(commit version)))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1bkp0zy1pswrqgcsdvxvc7gyfl544k89qrjqdcj4aqkif0bfqmx8"))))
|
(base32 "15gkqmamdph9pjv8rg1n8jr1rzvca66gz5iczzsa9ms75bad2z9m"))))
|
||||||
|
(properties '((updater-extra-native-inputs . ("r-testthat"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list r-testit))
|
(list r-testit r-testthat))
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list r-classint
|
(list r-classint
|
||||||
r-dplyr
|
r-dplyr
|
||||||
|
|||||||
Reference in New Issue
Block a user