mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-06 21:20:33 +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
|
||||
(package
|
||||
(name "r-vpc")
|
||||
(version "1.2.2")
|
||||
(version "1.2.4")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
@@ -3666,10 +3666,11 @@ Neyman, 1936; cf. Spiller et al., 2012), etc.")
|
||||
(commit version)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "1bkp0zy1pswrqgcsdvxvc7gyfl544k89qrjqdcj4aqkif0bfqmx8"))))
|
||||
(base32 "15gkqmamdph9pjv8rg1n8jr1rzvca66gz5iczzsa9ms75bad2z9m"))))
|
||||
(properties '((updater-extra-native-inputs . ("r-testthat"))))
|
||||
(build-system r-build-system)
|
||||
(native-inputs
|
||||
(list r-testit))
|
||||
(list r-testit r-testthat))
|
||||
(propagated-inputs
|
||||
(list r-classint
|
||||
r-dplyr
|
||||
|
||||
Reference in New Issue
Block a user