aboutsummaryrefslogtreecommitdiff
path: root/COPYING
diff options
context:
space:
mode:
authorRicardo Wurmus <rekado@elephly.net>2024-07-02 14:58:56 +0200
committerRicardo Wurmus <rekado@elephly.net>2024-07-17 22:38:34 +0200
commit90340ecc07b984809dfa37d4d1411177f92f61d0 (patch)
treef0a37db954944cd3ccd09946ef7eb4750d78d02a /COPYING
parent9a20f46deff0f97dc6b4d35f719cf3ca9302ac5a (diff)
downloadguix-90340ecc07b984809dfa37d4d1411177f92f61d0.tar.gz
guix-90340ecc07b984809dfa37d4d1411177f92f61d0.zip
gnu: r-mumin: Update to 1.48.4.
* gnu/packages/statistics.scm (r-mumin): Update to 1.48.4. Change-Id: Ie09d88a6200eb86c208c5dc5c9aee9ee52699756
Diffstat (limited to 'COPYING')
0 files changed, 0 insertions, 0 deletions
c1a29dac3751b017fa531383c'>daemon: 'deletePath' uses 'statx' when available....* nix/libutil/util.cc (_deletePath) [HAVE_STATX]: Use 'statx'. Ludovic Courtès 2019-08-30daemon: Don't reply on 'st_blocks'....Ported by Ludovic Courtès <ludo@gnu.org> from <https://github.com/NixOS/nix/commit/a2c4fcd5e9782dc8d2998773380c7171ee53b813>. * nix/libstore/gc.cc (LocalStore::removeUnusedLinks): Use 'st.st_size' instead of 'st.st_blocks * 512'. * nix/libutil/util.cc (_deletePath): Likewise. Eelco Dolstra 2017-08-18nix: Remove unused function....* nix/libutil/util.hh: * nix/libutil/util.cc (decodeOctalEscaped): Remove unused and buggy function. Andy Wingo