[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated (4ea5767 -> 6094725)
From: |
guix-commits |
Subject: |
branch master updated (4ea5767 -> 6094725) |
Date: |
Sun, 31 Jan 2021 15:50:31 -0500 (EST) |
civodul pushed a change to branch master
in repository guix.
from 4ea5767 gnu: python-sympy: Update to 1.7.1.
new 246c0c6 ci: Add missing imports.
new a0b6a7e gnu: autoconf: Update to 2.71.
new 9c4869f database: Remove workarounds unnecessary with guile-sqlite3
0.1.2.
new 13a7d2a database: Validate #:nar-size and #:time when registering
store items.
new 8d2465f gnu: emacs: Make strip-double-wrap more robust
new be84fc6 gnu-maintenance: Fix error handling.
new 460e7d8 import: gnu: Mention package name upon failure.
new 6094725 scripts: import: json: Fix error handling.
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:
gnu/packages/autotools.scm | 9 +++++----
gnu/packages/emacs.scm | 16 +++++-----------
guix/channels.scm | 1 -
guix/ci.scm | 4 +++-
guix/gnu-maintenance.scm | 5 ++++-
guix/import/gnu.scm | 16 +++++++++-------
guix/scripts/import/json.scm | 10 ++++++++--
guix/store/database.scm | 45 ++++++++++++++++----------------------------
tests/store-database.scm | 19 ++++++++++++++++++-
9 files changed, 68 insertions(+), 57 deletions(-)
- branch master updated (4ea5767 -> 6094725),
guix-commits <=
- 02/08: gnu: autoconf: Update to 2.71., guix-commits, 2021/01/31
- 04/08: database: Validate #:nar-size and #:time when registering store items., guix-commits, 2021/01/31
- 07/08: import: gnu: Mention package name upon failure., guix-commits, 2021/01/31
- 01/08: ci: Add missing imports., guix-commits, 2021/01/31
- 06/08: gnu-maintenance: Fix error handling., guix-commits, 2021/01/31
- 03/08: database: Remove workarounds unnecessary with guile-sqlite3 0.1.2., guix-commits, 2021/01/31
- 05/08: gnu: emacs: Make strip-double-wrap more robust, guix-commits, 2021/01/31
- 08/08: scripts: import: json: Fix error handling., guix-commits, 2021/01/31