Wojtek Kosior writes: > Recently, guix/store/database.scm had function `sqlite-register' renamed but the > old name kept being used elsewhere, causing breakage. > > Wojtek Kosior (2): > scripts: system: Rename `sqlite-register'. > store: database: Use correct function name in assertion. > > guix/scripts/system.scm | 19 ++++++++++--------- > guix/store/database.scm | 5 +++-- > 2 files changed, 13 insertions(+), 11 deletions(-) I forgot to update the issue, but I pushed these patches to master as c3dfb14f9be7479057036d3fe7744828d2c1a31a. Chris