guix_mirror_bot pushed a change to branch sage
in repository guix.

 discard fa311fb191 gnu: meson: Use python-3.12 as input.
 discard 4c33608895 gnu: sage: Update to 10.8.
 discard 2252db9a42 gnu: Use python-3.12 for pyproject-build-system.
 discard 1866a76a1a gnu: maxima-ecl: Discover the variable.
     add e3f6fa5b95 gnu: osslsigncode: Update to 2.11.
     add 025cb9939c gnu: emacs-corfu: Update to 2.8.
     add 0a0bc22694 gnu: emacs-cape: Update to 2.5.
     add 149c5bf876 gnu: emacs-marginalia: Update to 2.9.
     add 1cad718948 gnu: make-rust-sysroot: Remove cross-gcc work-around.
     add ba1e0dc41a gnu: Add node-typical.
     add 89ad8677b0 gnu: Add node-strnum.
     add 5eab0ad523 gnu: Add node-source-map.
     add a98bfe26fb gnu: Add node-reduce-flatten.
     add dd7dac883e gnu: Add node-picocolors.
     add 9de7fa194d gnu: Add node-parse-ms.
     add 7d94b835e9 gnu: node-minimist: Update to 1.2.8.
     add 6765faeb84 gnu: Add node-undici-types.
     add 333f7c1709 gnu: Add node-minipass-5.
     add bde545386f gnu: Add node-lru-cache.
     add 699ddb16dd gnu: Add node-isexe.
     add 9ce61658d1 gnu: Add node-has-flag.
     add 3ca4d943fe gnu: Add node-fastest-levenshtein.
     add 0cb873f173 gnu: Add node-escape-string-regexp.
     add 4ce6be078a gnu: Add node-deep-extend.
     add 145d4ca98e gnu: Add node-buffer-from.
     add 9ac0df45ee gnu: Add node-array-back.
     add 433fd24130 gnu: Add node-jsonc-parser.
     add 333b5bba9d gnu: Add node-dprint-formatter.
     add 029db9af52 gnu: Add node-color-convert.
     add b02a4eefbd gnu: Add node-balanced-match.
     add d44c3fc267 gnu: Add node-which.
     add f868a14709 gnu: Add node-supports-color.
     add efe368426f gnu: Add node-source-map-support.
     add 6d11b2c0c0 gnu: Add node-pretty-ms.
     add aae52b37be gnu: Add node-path-scurry.
     add 6649e34002 gnu: Add node-minipass-7.
     add 2371b45028 gnu: Add node-fast-xml-parser.
     add c40a927df6 gnu: Add node-brace-expansion.
     add 46d3c833c6 gnu: Add node-ansi-styles.
     add 3081706ffa gnu: Add node-wordwrapjs.
     add edaab3e577 gnu: Add node-table-layout.
     add 0342cecbac gnu: Add node-minimatch.
     add 5c98e5269a gnu: Add node-glob.
     add 58e6543f6b gnu: Add node-hereby.
     add a93c9ae66c gnu: Add node-command-line-usage.
     add ee7d8a74a6 gnu: Add node-chalk.
     add 526e87d09f gnu: Add node-types-node.
     add 116f04b948 gnu: Add node-types-source-map-support.
     add 3f5ebde420 gnu: Add node-typescript.
     add 8dc57904e3 services: Add endlessh-service-type.
     add 0c1ea038e9 serialization: Formally declare serializable types.
     add 132250beff serialization: Rename ‘string’ to ‘utf8-string’.
     add 4dd5fd2dff store: Remove unnecessary protocol version conditionals.
     add 40b525be02 store: Rewrite ‘run-gc’ client stub using ‘operation’.
     add b67831bb6e store: Require a more recent minor version.
     add 68f1f74fb8 Define remote procedure interface in (guix 
remote-procedures).
     add ab72a155c6 store: Move low-level protocol bit-twiddling to (guix 
remote-procedures).
     add 40c24a92af serialization: Use ‘bytevector-slice’ from Guile >= 3.0.9.
     new 67216e1e8b gnu: sage: Update to 10.8.

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (fa311fb191)
            \
             N -- N -- N   refs/heads/sage (67216e1e8b)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

The 1 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:
 Makefile.am                  |    1 +
 configure.ac                 |    5 +-
 doc/contributing.texi        |    2 +-
 doc/guix.texi                |   52 ++
 gnu/packages/build-tools.scm |    2 +-
 gnu/packages/crypto.scm      |    4 +-
 gnu/packages/emacs-xyz.scm   |   12 +-
 gnu/packages/maths.scm       |    3 +-
 gnu/packages/node-xyz.scm    | 1550 +++++++++++++++++++++++++++++++++++++++++-
 gnu/packages/python.scm      |    6 +-
 gnu/packages/rust.scm        |    3 -
 gnu/services/ssh.scm         |   73 ++
 guix/remote-procedures.scm   |  364 ++++++++++
 guix/serialization.scm       |  167 ++++-
 guix/store.scm               |  817 +++++++---------------
 15 files changed, 2446 insertions(+), 615 deletions(-)
 create mode 100644 guix/remote-procedures.scm

Reply via email to