guix-commits
[Top][All Lists]
Advanced

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

branch master updated (c7793b82ef -> 00ddf185e6)


From: guix-commits
Subject: branch master updated (c7793b82ef -> 00ddf185e6)
Date: Thu, 1 Dec 2022 18:05:43 -0500 (EST)

civodul pushed a change to branch master
in repository guix.

    from c7793b82ef gnu: raspberry-pi: Add a bootloader-chain for the Raspberry 
Pi and os examples.
     new 8e416c979d gnu: guile-gcrypt: Update to 0.4.0.
     new 5a7e496c5d etc: teams: Add chez.scm to Racket team's scope.
     new 594f5ef351 gnu: Add alfa.
     new 7c1161dba4 records: 'match-record' checks fields at macro-expansion 
time.
     new cc9ee514e3 doc: Recommend 'match-record'.
     new 4c8eea027a home: services: Use 'match-record' instead of 'match'.
     new adfe1064c8 services: base: Use 'match-record' instead of 'match'.
     new 00ddf185e6 services: networking: Avoid 'match' on records.

The 8 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/contributing.texi        |   7 +-
 etc/teams.scm.in             |   3 +-
 gnu/home/services/mcron.scm  |  58 +--
 gnu/home/services/shells.scm |  50 +--
 gnu/home/services/xdg.scm    |  38 +-
 gnu/packages/astronomy.scm   |  52 +++
 gnu/packages/gnupg.scm       |   4 +-
 gnu/services/base.scm        | 922 +++++++++++++++++++++----------------------
 gnu/services/cuirass.scm     |   4 +-
 gnu/services/getmail.scm     |  22 +-
 gnu/services/networking.scm  | 683 ++++++++++++++++----------------
 guix/records.scm             |  87 +++-
 tests/records.scm            |  33 ++
 13 files changed, 1055 insertions(+), 908 deletions(-)



reply via email to

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