guix-commits
[Top][All Lists]
Advanced

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

branch master updated (13c46cc29d -> 8a04ac4b2f)


From: guix-commits
Subject: branch master updated (13c46cc29d -> 8a04ac4b2f)
Date: Tue, 14 Jun 2022 18:28:08 -0400 (EDT)

civodul pushed a change to branch master
in repository guix.

    from 13c46cc29d gnu: PostgreSQL: Promote version 14 to the default.
     new 9be470b5d2 pull: Tweak cache directory validation code.
     new 7046e77721 system: <operating-system> compiler truly honors the 
'system' argument.
     new 3d0749b4e3 ssh: Add #:connection-timeout parameter to 
'open-ssh-session'.
     new e11517052b services: configuration: Support (field1 maybe-number "") 
format.
     new 8cb1a49a39 services: configuration: Use *unspecified* instead of 
'disabled.
     new 713d140750 doc: Follow the 'disabled -> *unspecified* configuration 
refactor.
     new 7735e8ed90 gnu: lttng-ust: Fix dependencies.
     new d22bee814c gnu: libadwaita: Update to 1.1.0.
     new c363843349 gnu: rtmidi: Add version 5.0.0.
     new e51517d077 gnu: libwesockets: Update license.
     new 887b23a73c gnu: Add kismet.
     new 8a04ac4b2f gnu: slurm: Update to 22.05.1.

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                                    |  85 +++++------
 gnu/home/services/desktop.scm                    |  12 +-
 gnu/local.mk                                     |   1 +
 gnu/packages/audio.scm                           |  17 ++-
 gnu/packages/gnome.scm                           |  73 +++++-----
 gnu/packages/instrumentation.scm                 |   4 +-
 gnu/packages/music.scm                           |   6 +-
 gnu/packages/networking.scm                      |  51 +++++++
 gnu/packages/parallel.scm                        |  18 ++-
 gnu/packages/patches/kismet-unbundle-boost.patch | 104 ++++++++++++++
 gnu/packages/web.scm                             |   5 +-
 gnu/services/authentication.scm                  |  82 +++++------
 gnu/services/cgit.scm                            |  12 +-
 gnu/services/configuration.scm                   | 172 ++++++++++++-----------
 gnu/services/file-sharing.scm                    |  24 ++--
 gnu/services/messaging.scm                       |  37 ++---
 gnu/services/networking.scm                      |  12 +-
 gnu/services/pm.scm                              |  54 +++----
 gnu/services/telephony.scm                       |  22 +--
 gnu/services/vpn.scm                             |   2 +-
 gnu/system.scm                                   |  11 +-
 guix/scripts/pull.scm                            |  56 ++++----
 guix/ssh.scm                                     |  10 +-
 tests/services/configuration.scm                 |  40 +++++-
 tests/system.scm                                 |  21 ++-
 25 files changed, 594 insertions(+), 337 deletions(-)
 create mode 100644 gnu/packages/patches/kismet-unbundle-boost.patch



reply via email to

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