aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRicardo Wurmus <rekado@elephly.net>2024-11-22 23:02:34 +0100
committerRicardo Wurmus <rekado@elephly.net>2024-12-03 16:59:33 +0100
commitd3d9e5f4cc24269dbbe26dc5c331f7b755c571fd (patch)
tree91fc8a8c2d519387e5a9e4b144ad364b756a903e
parent6fbccc0200580f74e057d25a50550c423ce0ad97 (diff)
downloadguix-d3d9e5f4cc24269dbbe26dc5c331f7b755c571fd.tar.gz
guix-d3d9e5f4cc24269dbbe26dc5c331f7b755c571fd.zip
gnu: r-tgconfig: Add test input.
* gnu/packages/statistics.scm (r-tgconfig)[native-inputs]: Add r-testthat. Change-Id: Ie016b7a90ff39d9023f4e9499b32b1ea151ae3d4
-rw-r--r--gnu/packages/statistics.scm1
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/packages/statistics.scm b/gnu/packages/statistics.scm
index afc42c8b77..095678aa8c 100644
--- a/gnu/packages/statistics.scm
+++ b/gnu/packages/statistics.scm
@@ -6842,6 +6842,7 @@ manually \"recoding\").")
(properties `((upstream-name . "tgconfig")))
(build-system r-build-system)
(propagated-inputs (list r-yaml))
+ (native-inputs (list r-testthat))
(home-page "https://github.com/tanaylab/tgconfig")
(synopsis "Infrastructure for managing package parameters")
(description
d>André Batista 2024-12-21gnu: make-torbrowser: Unbundle libvpx....* gnu/packages/tor-browsers.scm (make-torbrowser)[arguments] <#:configure-flags>: Uncomment '--with-system-libvpx'. <#:phases>: Remove bundled libvpx. Change-Id: Ie77cf4052a2b1e3e0959598c5e5d42bb397c666c Signed-off-by: Hilton Chain <hako@ultrarare.space> André Batista 2024-12-11gnu: mullvadbrowser: Update to 14.0.3 [security fixes]....Fixes CVE 2024-9680, 2024-10458, 2024-10459, 2024-10460, 2024-10461, 2024-10462, 2024-10463, 2024-10464, 2024-10465, 2024-10466, 2024-10467, 2024-11691, 2024-11692, 2024-11693, 2024-11694, 2024-11695, 2024-11696, 2024-11697, 2024-11698 and 2024-11699. See the Mozilla Foundation Security Advisories <https://www.mozilla.org/en-US/security/advisories/mfsa2024-51/>, <https://www.mozilla.org/en-US/security/advisories/mfsa2024-57/> and <https://www.mozilla.org/en-US/security/advisories/mfsa2024-64/> for details. * gnu/packages/tor-browsers.scm (%mullvadbrowser-build-date): Update to 20241125154204. (%mullvadbrowser-version): Update to 14.0.3. (%mullvadbrowser-firefox-version): Update to 128.5.0esr-14.0-1-build2. (mullvadbrowser-translation-base): Update to caa431bbea1a76d7ad61eeda94086a1513762605. (mullvadbrowser-translation-specific): Update to 2f7d98b46ce480cdb4d7e9ddab912650c8673d6c. Change-Id: Ia5d445e387351b3d5d08ecb14c2f31bf4cc81396 Signed-off-by: Hilton Chain <hako@ultrarare.space> André Batista 2024-12-11gnu: torbrowser: Update to 14.0.3 [security-fixes]....Fixes CVEs 2024-10458, 2024-10459, 2024-10460, 2024-10461, 2024-10462, 2024-10463, 2024-10464, 2024-10465, 2024-10466, 2024-10467, 2024-11691, 2024-11692, 2024-11693, 2024-11694, 2024-11695, 2024-11696, 2024-11697, 2024-11698 and 2024-11699. See <https://www.mozilla.org/en-US/security/advisories/mfsa2024-48/> and <https://www.mozilla.org/en-US/security/advisories/mfsa2024-64/> for details. * gnu/packages/patches/torbrowser-compare-paths.patch: New file. * gnu/local.mk (dist_patch_DATA): Regisiter it. * gnu/packages/tor-browsers.scm (firefox-locales): Update to f75c1e6a305e68161037337767ece88e9de940b9. (%torbrowser-build-date): Update to 20241125154204. (%torbrowser-version): Update to 14.0.3. (%torbrowser-firefox-version): Update to 128.5.0esr-14.0-1-build2. (torbrowser-translation-base): Update to caa431bbea1a76d7ad61eeda94086a1513762605. (torbrowser-translation-specific): Update to 4314d0a7ce780ffdf82b84e324bfbc437198f993. (make-torbrowser) [arguments] <#:phases>: On 'apply-guix-specific-patches change icecat-compare-paths.patch to torbrowser-compare-paths.patch as the patched file has changed its name between major versions. On 'remove-cargo-frozen-flag, update the regex to match this newer version string. Change-Id: Ia5d445e387351b3d5d08ecb14c2f31bf4cc81396 Signed-off-by: Hilton Chain <hako@ultrarare.space> André Batista