civodul pushed a change to branch master in repository guix. from 075fe3083b gnu: service: Fix script location for TLP shepherd service. new 61a9aa7fbe services: cuirass: Respawn ‘cuirass-web’ more slowly. new 59167a010b time-machine: Remove unused binding from #:select. new 48e0e6a127 git: Really enable timeouts when supported by Guile-Git. new 536909ea67 read-print: Adjust test for keyword alignment. new 1fb52d003d gnu: gemrb: Update to 0.9.4. new 45d2c0fb19 gnu: gemrb: Adjust synopsis, description, and license. new 3dfaa32ed0 gnu: python-patiencediff: Update to 0.2.15. new ab65d8bc09 gnu: Add python-setuptools-gettext. new eaf538df40 gnu: Add python-merge3. new 8e5094497c gnu: breezy: Update to 3.3.9.
The 10 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Summary of changes: gnu/local.mk | 3 +- gnu/packages/games.scm | 24 +- gnu/packages/patches/breezy-fix-gio.patch | 338 --------------------- .../gemrb-add-path-suffixes-for-vlc-headers.patch | 15 - ...def-and-externalize-path-setting-to-cmake.patch | 57 ++++ gnu/packages/python-xyz.scm | 51 +++- gnu/packages/version-control.scm | 122 ++++++-- gnu/services/cuirass.scm | 7 + guix/git.scm | 3 + guix/scripts/time-machine.scm | 2 +- tests/read-print.scm | 16 +- 11 files changed, 227 insertions(+), 411 deletions(-) delete mode 100644 gnu/packages/patches/breezy-fix-gio.patch delete mode 100644 gnu/packages/patches/gemrb-add-path-suffixes-for-vlc-headers.patch create mode 100644 gnu/packages/patches/gemrb-remove-ifdef-and-externalize-path-setting-to-cmake.patch