[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated (2b95f24 -> a8d0c9c)
From: |
Ludovic Courtès |
Subject: |
branch master updated (2b95f24 -> a8d0c9c) |
Date: |
Sun, 28 May 2017 17:13:48 -0400 (EDT) |
civodul pushed a change to branch master
in repository guix.
from 2b95f24 gnu: certbot, python-acme: Update to 0.14.2.
new aa401f9 syscalls: Add 'thread-name' and 'set-thread-name'.
new 8902d0f scripts: Set thread names.
new ce67601 gnu: Add emacs-restclient.
new 78dfc9e gnu: Add spectrwm.
new a8d0c9c gnu: Add emacs-direnv.
The 5 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
gnu/packages/emacs.scm | 59 +++++++++++++++++++++++++++++++++
gnu/packages/wm.scm | 79 ++++++++++++++++++++++++++++++++++++++++++++-
guix/build/syscalls.scm | 49 ++++++++++++++++++++++++++++
guix/scripts/offload.scm | 4 ++-
guix/scripts/publish.scm | 11 ++++++-
guix/scripts/substitute.scm | 4 +++
guix/workers.scm | 18 ++++++++---
tests/syscalls.scm | 8 +++++
8 files changed, 225 insertions(+), 7 deletions(-)
- branch master updated (2b95f24 -> a8d0c9c),
Ludovic Courtès <=
- 03/05: gnu: Add emacs-restclient., Ludovic Courtès, 2017/05/28
- 04/05: gnu: Add spectrwm., Ludovic Courtès, 2017/05/28
- 01/05: syscalls: Add 'thread-name' and 'set-thread-name'., Ludovic Courtès, 2017/05/28
- 05/05: gnu: Add emacs-direnv., Ludovic Courtès, 2017/05/28
- 02/05: scripts: Set thread names., Ludovic Courtès, 2017/05/28