[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated (552e9fc -> a5945a6)
From: |
guix-commits |
Subject: |
branch master updated (552e9fc -> a5945a6) |
Date: |
Thu, 5 Nov 2020 10:15:58 -0500 (EST) |
civodul pushed a change to branch master
in repository guix.
from 552e9fc gnu: dump1090: Update to 4.0.
new 61d9c44 image: Error out when passed an unsupported partition type.
new 18fc84b gexp: Store the source code location in <gexp>.
new ca465a9 gexp: Warn when importing (guix config) or (ice-9 …).
new e6934c0 shepherd: Remove dependency on (guix utils).
new 4db90a6 pack: Do not include the host (guix config).
new a4e7749 services: Remove imports of (ice-9 …) modules.
new a5945a6 gnu: chromium: Silent 'local-file' warning.
The 7 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/build/image.scm | 10 ++++----
gnu/build/shepherd.scm | 16 ++++++++++--
gnu/packages/chromium.scm | 8 ++++--
gnu/services/monitoring.scm | 7 +++---
gnu/tests/mail.scm | 3 +--
guix/gexp.scm | 61 +++++++++++++++++++++++++++++++++++----------
guix/scripts/pack.scm | 8 +++---
tests/gexp.scm | 14 ++++++++++-
8 files changed, 95 insertions(+), 32 deletions(-)
- branch master updated (552e9fc -> a5945a6),
guix-commits <=
- 01/07: image: Error out when passed an unsupported partition type., guix-commits, 2020/11/05
- 05/07: pack: Do not include the host (guix config)., guix-commits, 2020/11/05
- 06/07: services: Remove imports of (ice-9 …) modules., guix-commits, 2020/11/05
- 07/07: gnu: chromium: Silent 'local-file' warning., guix-commits, 2020/11/05
- 04/07: shepherd: Remove dependency on (guix utils)., guix-commits, 2020/11/05
- 03/07: gexp: Warn when importing (guix config) or (ice-9 …)., guix-commits, 2020/11/05
- 02/07: gexp: Store the source code location in <gexp>., guix-commits, 2020/11/05