guix-commits
[Top][All Lists]
Advanced

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

branch master updated (fdb513a -> d824cfb)


From: guix-commits
Subject: branch master updated (fdb513a -> d824cfb)
Date: Mon, 29 Apr 2019 04:17:51 -0400 (EDT)

civodul pushed a change to branch master
in repository guix.

      from  fdb513a   gnu: Fix missing bison package in (gnu packages algebra).
       new  b901b72   services: slim: Honor the value of slim from 
slim-configuration.
       new  c31bec8   gnu: diffoscope: Update to 114.
       new  772bcb1   installer: Fix typo in docstring.
       new  245aa0e   gnu: Add font-public-sans.
       new  4c89dc3   gnu: font-public-sans: Adjust synopsis and description.
       new  d824cfb   guix package: Add 'install', 'remove', and 'upgrade' 
aliases.

The 6 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 Makefile.am                         |  4 ++
 doc/guix.texi                       | 39 +++++++++++-----
 etc/completion/bash/guix            | 11 ++++-
 gnu/installer/newt/wifi.scm         |  3 +-
 gnu/packages/fonts.scm              | 29 +++++++++++-
 gnu/packages/package-management.scm |  4 +-
 gnu/services/xorg.scm               |  5 ++-
 guix/scripts/install.scm            | 80 +++++++++++++++++++++++++++++++++
 guix/scripts/package.scm            | 11 ++++-
 guix/scripts/remove.scm             | 77 ++++++++++++++++++++++++++++++++
 guix/scripts/upgrade.scm            | 88 +++++++++++++++++++++++++++++++++++++
 po/guix/POTFILES.in                 |  3 ++
 tests/guix-package-aliases.sh       | 58 ++++++++++++++++++++++++
 13 files changed, 393 insertions(+), 19 deletions(-)
 create mode 100644 guix/scripts/install.scm
 create mode 100644 guix/scripts/remove.scm
 create mode 100644 guix/scripts/upgrade.scm
 create mode 100644 tests/guix-package-aliases.sh



reply via email to

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