guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated (383b0f0590 -> 2a358911b0)


From: guix-commits
Subject: branch master updated (383b0f0590 -> 2a358911b0)
Date: Fri, 18 Nov 2022 09:49:11 -0500 (EST)

civodul pushed a change to branch master
in repository guix.

    from 383b0f0590 gnu: libarcus: Fix compatibility with newer protobuf.
     new a6da50d60a linux-initrd: raw-initrd: Add keyword argument #:pre-mount.
     new b253efef23 import/utils: spdx-string->license: Fix incorrect docstring.
     new 07482dc051 import/utils: spdx-string->license: Match 
case-insensitively.
     new fd5e642513 import/utils: spdx-string->license: Support '+' operator.
     new fc2b952205 gnu: Add wld.
     new 856b67f302 gnu: s3cmd: Fix program name in output.
     new cdfc1f41c6 gnu: tbb: Update to 2021.6.0.
     new ff00cdcd92 gnu: timescaledb: Update to 2.8.1.
     new ebc7de6a1e services: shepherd: Define 'shepherd-configuration-action' 
helper.
     new 8d9647d8a7 services: Add Shepherd 'configuration' action to various 
services.
     new 8b56983999 home: services: redshift: Add 'configuration' action.
     new 2a358911b0 services: tor: Remove unnecessary modules from shepherd 
environment.

The 12 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:
 doc/guix.texi                                      |  52 ++++-
 gnu/home/services/desktop.scm                      |   3 +-
 gnu/home/services/shepherd.scm                     |   3 +-
 gnu/local.mk                                       |   3 +-
 gnu/packages/databases.scm                         |   7 +-
 gnu/packages/patches/tbb-fix-test-on-aarch64.patch |  35 ---
 gnu/packages/patches/tbb-other-arches.patch        |   8 +-
 gnu/packages/patches/timescaledb-flaky-test.patch  | 107 ---------
 gnu/packages/python-xyz.scm                        |   9 +
 gnu/packages/tbb.scm                               |  10 +-
 gnu/packages/wm.scm                                |  34 +++
 gnu/services/avahi.scm                             |   5 +-
 gnu/services/base.scm                              |   5 +-
 gnu/services/desktop.scm                           |  12 +-
 gnu/services/dict.scm                              |   3 +-
 gnu/services/networking.scm                        |  40 ++--
 gnu/services/shepherd.scm                          |  12 +
 gnu/services/ssh.scm                               |   6 +-
 gnu/services/web.scm                               |   7 +-
 gnu/services/xorg.scm                              |  10 +-
 gnu/system/linux-initrd.scm                        |   7 +-
 gnu/tests/base.scm                                 |   6 +
 guix/import/utils.scm                              | 260 +++++++++++----------
 tests/import-utils.scm                             |   5 +
 24 files changed, 322 insertions(+), 327 deletions(-)
 delete mode 100644 gnu/packages/patches/tbb-fix-test-on-aarch64.patch
 delete mode 100644 gnu/packages/patches/timescaledb-flaky-test.patch



reply via email to

[Prev in Thread] Current Thread [Next in Thread]