guix_mirror_bot pushed a change to branch master
in repository guix.

    from 938c3c5619 gnu: emacs-vui: Fix wrong hash.
     new 64a0824955 daemon: libutil: add base32Values and use them.
     new 694785dc13 daemon: libutil: add isHash32.
     new 69b37a8e5d daemon: libstore: add assertStorePathStrict and helpers.
     new 247245fbef daemon: libstore: reject invalid store paths in importPath.
     new 2949c187f6 pull: Add channel filtering options to the CLI.
     new 5ddc9bc0f8 news: Add entry for channel selection in ‘pull’ and 
‘time-machine’.

The 6 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/guix.texi                   |  24 ++++++++-
 etc/news.scm                    |  25 +++++++++
 guix/scripts/pull.scm           | 117 ++++++++++++++++++++++++++++++++++++----
 guix/scripts/time-machine.scm   |  10 ++++
 nix/libstore/local-store.cc     |  10 ++--
 nix/libstore/references.cc      |  11 +---
 nix/libstore/store-api.cc       | 111 ++++++++++++++++++++++++++++++++------
 nix/libstore/store-api.hh       |  18 +++++++
 nix/libstore/worker-protocol.hh |   3 ++
 nix/libutil/hash.cc             |  28 ++++++++--
 nix/libutil/hash.hh             |  10 +++-
 tests/store.scm                 | 107 ++++++++++++++++++++++++++++++++++++
 12 files changed, 429 insertions(+), 45 deletions(-)

Reply via email to