guix-commits
[Top][All Lists]
Advanced

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

branch master updated (41bce2414a -> aae98c2972)


From: guix-commits
Subject: branch master updated (41bce2414a -> aae98c2972)
Date: Sun, 4 Sep 2022 17:20:29 -0400 (EDT)

civodul pushed a change to branch master
in repository guix.

    from 41bce2414a gnu: scintilla: Update to 5.3.0.
     new 4765242540 services: upower: Update default percentage values.
     new eedf71f948 services: upower: Default to a percentage-based policy.
     new 2028419e30 store: Remove unused variable and 'socket' call.
     new 7a2acbdc5a store: Open daemon connections with SOCK_CLOEXEC.
     new 9e59dbcd6c guix describe: Adjust test to latest changes.
     new f1bbb06dad guix system: Do not use 'vm-image.tmpl' in tests.
     new 92e8cff749 gnu: stex: Update to 1.2.2-2.afa6075.
     new 4176d47ef7 gnu: stex: Fix read-only gifs and math directories.
     new 59b0cc6866 etc: teams: Add racket team.
     new b8a6f6b40d etc: teams: Add entry for Philip McGrath.
     new 911768b6d5 gnu: racket: Adjust patch for "/bin/sh" in rktio.
     new 5142fba364 gnu: chez-scheme: Fix use of "/bin/sh".
     new 07a8440f50 gnu: Add Zuo.
     new 9647296ce6 gnu: racket: Update to 8.6.
     new 47da722838 gnu: chez-scheme: Make bootfiles regular inputs.
     new 9ed6e51ceb gnu: chez-scheme-for-racket: Support cross-compilation.
     new cb0d106590 gnu: racket: Support cross-compiling the VM packages.
     new a15d72f8e1 gnu: chez-scheme-for-racket: Support all systems.
     new 64a27e1678 gnu: racket-vm-bc: Add workaround for ppc64le.
     new ed24d6b46c gnu: racket: Use Racket CS on all systems.
     new 3c48ef60ad gnu: hashcat: Don't embed timestamp, fixing reproducibility.
     new 99afc7d65b gnu: hashcat: Unbundle everything but LZMA-SDK.
     new aed1c2f794 gnu: hashcat: Rewrite with G-exps.
     new 4bbad495a7 gnu: hashcat: Fix cross-compilation.
     new e879111c09 gnu: Add texlive-latex-hyphenat.
     new 9c5a952818 gnu: texlive-caption: Fix description.
     new aae98c2972 gnu: Add wmamixer.

The 27 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                                      |  11 +-
 etc/teams.scm.in                                   |  12 +
 gnu/local.mk                                       |   7 +-
 gnu/packages/chez.scm                              | 211 +++++--
 gnu/packages/gnustep.scm                           |  35 ++
 gnu/packages/password-utils.scm                    |  31 +-
 gnu/packages/patches/chez-scheme-bin-sh.patch      |  76 +++
 .../racket-backport-8.6-cross-install.patch        | 126 +++++
 .../racket-backport-8.6-docindex-write.patch       |  36 ++
 .../patches/racket-backport-8.6-hurd.patch         | 609 +++++++++++++++++++++
 gnu/packages/patches/racket-backport-8.6-zuo.patch | 481 ++++++++++++++++
 .../patches/racket-chez-scheme-bin-sh.patch        |  76 +++
 ...h-via-rktio.patch => racket-rktio-bin-sh.patch} |  60 +-
 gnu/packages/patches/racket-zuo-bin-sh.patch       |  74 +++
 .../patches/stex-copy-from-immutable-store.patch   |  41 ++
 gnu/packages/racket.scm                            | 240 +++++---
 gnu/packages/tex.scm                               |  23 +-
 gnu/services/desktop.scm                           |   6 +-
 guix/store.scm                                     |  69 ++-
 tests/guix-describe.sh                             |   4 +-
 tests/guix-shell.sh                                |  10 +
 tests/guix-system.sh                               |  29 +-
 22 files changed, 2048 insertions(+), 219 deletions(-)
 create mode 100644 gnu/packages/patches/chez-scheme-bin-sh.patch
 create mode 100644 gnu/packages/patches/racket-backport-8.6-cross-install.patch
 create mode 100644 
gnu/packages/patches/racket-backport-8.6-docindex-write.patch
 create mode 100644 gnu/packages/patches/racket-backport-8.6-hurd.patch
 create mode 100644 gnu/packages/patches/racket-backport-8.6-zuo.patch
 create mode 100644 gnu/packages/patches/racket-chez-scheme-bin-sh.patch
 rename gnu/packages/patches/{racket-minimal-sh-via-rktio.patch => 
racket-rktio-bin-sh.patch} (54%)
 create mode 100644 gnu/packages/patches/racket-zuo-bin-sh.patch
 create mode 100644 gnu/packages/patches/stex-copy-from-immutable-store.patch



reply via email to

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