guix_mirror_bot pushed a change to branch master
in repository guix.

    from 4951783e30 gnu: tensorflow-lite: Update to 2.15.1.
     new 85a72ed28e daemon: Use starts_with() and ends_with() instead of 
string() or hasSuffix()
     new 918ee8ea5d gnu: gnumach: Update to 1.8+git20250731.
     new cd69d30676 gnu: gnumach: Fix division by zero trap on x86_64.
     new a6f6102e1b gnu: hurd: Update to 0.9.git20250801.
     new f423f2586d gnu: hurd: Update to 0.9.git20251029.
     new 1eafd8c00e gnu: coreutils: Skip another test on the Hurd.
     new 991719784a gnu: guix: Use native locales in native-inputs.
     new 9319d612cb utils: Actually check the target in target-hurd64?.
     new 2b2a87f38b utils: Define 'target-hurd32?' predicate.
     new e639447fc1 gnu: Use target-hurd32? to check for 32bit hurd targets.
     new 7d488fec76 gnu: glibc/hurd: Add patches from glibc 2.42.
     new eb83cceb7e shell: Don’t rely on atime for caching.
     new 529dce6e98 inferior: Caching works by checking the mtime, not the 
atime.
     new 02d3a5a1fb publish: Explicitly update the atime for cache expiry.
     new 1f024990dd installer: Add KDE Plasma desktop environment.

The 15 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/installer/services.scm                         |   3 +
 gnu/local.mk                                       |   4 +-
 gnu/packages/base.scm                              |  26 +-
 gnu/packages/commencement.scm                      |  10 +-
 gnu/packages/hurd.scm                              |  19 +-
 gnu/packages/linux.scm                             |   3 +-
 gnu/packages/package-management.scm                |   3 +-
 .../patches/glibc-hurd-signal-fpe-exception.patch  |  67 ++
 gnu/packages/patches/glibc-hurd-xstate.patch       | 813 +++++++++++++++++++++
 gnu/packages/patches/gnumach-div0.patch            |  51 ++
 gnu/packages/patches/hurd-rumpdisk-no-hd.patch     |   4 +-
 gnu/packages/patches/hurd-socket-activation.patch  |  44 --
 gnu/tests/install.scm                              |   5 +-
 guix/inferior.scm                                  |   9 +-
 guix/scripts/publish.scm                           |  27 +-
 guix/scripts/shell.scm                             |  12 +-
 guix/utils.scm                                     |   9 +-
 nix/libstore/build.cc                              |   2 +-
 nix/libstore/builtins.cc                           |   2 +-
 nix/libstore/builtins.hh                           |  32 +-
 nix/libstore/derivations.cc                        |   5 +-
 nix/libstore/gc.cc                                 |   6 +-
 nix/libstore/globals.cc                            |   2 -
 nix/libstore/local-store.cc                        |   2 -
 nix/libstore/misc.cc                               |   1 -
 nix/libstore/store-api.cc                          |   2 +-
 nix/libutil/affinity.cc                            |   2 +-
 nix/libutil/archive.cc                             |   2 -
 nix/libutil/spawn.cc                               |   1 -
 nix/libutil/util.cc                                |   7 -
 nix/libutil/util.hh                                |   4 -
 31 files changed, 1038 insertions(+), 141 deletions(-)
 create mode 100644 gnu/packages/patches/glibc-hurd-signal-fpe-exception.patch
 create mode 100644 gnu/packages/patches/glibc-hurd-xstate.patch
 create mode 100644 gnu/packages/patches/gnumach-div0.patch
 delete mode 100644 gnu/packages/patches/hurd-socket-activation.patch

Reply via email to