aboutsummaryrefslogtreecommitdiff
path: root/gnu/services/spice.scm
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2017-10-28 14:02:11 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2017-10-29 17:32:36 +0100
commit801eb74620120cfa887d2e03e4c986f5b524a249 (patch)
treee25e1638d96ce30c4e10d99446c0b0846101f4c8 /gnu/services/spice.scm
parent29f7bf59d5d4d4b848eaedc6766bb4e02cae20d3 (diff)
downloadguix-801eb74620120cfa887d2e03e4c986f5b524a249.tar.gz
guix-801eb74620120cfa887d2e03e4c986f5b524a249.zip
gnu: perl-email-sender: Update to 1.300031.
* gnu/packages/mail.scm (perl-email-sender): Update to 1.300031.
Diffstat (limited to 'gnu/services/spice.scm')
0 files changed, 0 insertions, 0 deletions
code. Ludovic Courtès 2019-11-27daemon: '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