guix_mirror_bot pushed a change to branch emacs-team
in repository guix.
discard 269a164bf2 gnu: emacs-minimal: Update to 30.2.
discard 73e8dacc0d build: emacs-utils: Add emacs-makeinfo.
discard 9e22bd45ba gnu: emacs: Build reproducibly.
discard e1dd8d15f2 licenses: Use license: prefix in (gnu packages elf).
discard f2c5d7a266 gnu: emacs-minimal: Fix compilation errors.
discard a100310607 build-system: emacs: Use new lisp-mnt primitives.
discard 04855c8bca build-system: emacs: Error if package file could not be
generated.
add 4434e26772 gnu: tipp10: Update to 3.3.4.
add d441bca884 gnu: weechat: Update to 4.7.1.
add 5138923454 gnu: fastfetch: Update to 2.50.1.
add 70a3479438 teams: debian: Add team.
add e8cc7e3c16 etc: teams: Add ai team.
add a300e6feb1 etc: teams: Add hpc team.
add 14e77e9db3 gnu: ruby-highline: Update to 3.1.2.
add 72b50476e5 gnu: compface: Fix build with gcc-14.
add a86d7dc986 gnu: mold: Update to 2.40.4.
add 2de40d784e gnu: bin-graph: Update to 1.0.2.
add 1fef682809 gnu: guile-gi: Fix build.
add 4d7692adc5 gnu: Remove nspr-4.32.
add 30fc2661fe gnu: nspr: Update to 4.36.
add caeed43882 gnu: Remove nspr-4.36.
add a1d9c3a352 gnu: nss: Store the package release date in an environment
variable.
add 4918534be1 gnu: nss: Update to 3.101.4.
add af9e540b71 gnu: nss-certs: Relocate to (gnu packages nss).
add a4be3b9191 gnu: nss: Use gexp variables in install phase.
add 50f65b553d gnu: nss: Add static output.
new 924e524976 build-system: emacs: Error if package file could not be
generated.
new d70885488e build-system: emacs: Use new lisp-mnt primitives.
new 0d461a4784 gnu: emacs-minimal: Fix compilation errors.
new 7441e9d159 licenses: Use license: prefix in (gnu packages elf).
new 42fe759768 gnu: emacs: Build reproducibly.
new 5380264fa7 build: emacs-utils: Add emacs-makeinfo.
new 74cd483dd7 gnu: emacs-minimal: Update to 30.2.
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 (269a164bf2)
\
N -- N -- N refs/heads/emacs-team (74cd483dd7)
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 7 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:
CODEOWNERS | 11 +-
etc/teams.scm | 27 ++-
gnu/local.mk | 1 +
gnu/packages/admin.scm | 14 +-
gnu/packages/astronomy.scm | 2 +-
gnu/packages/benchmark.scm | 2 +-
gnu/packages/bioinformatics.scm | 1 +
gnu/packages/bittorrent.scm | 2 +-
gnu/packages/certs.scm | 191 +++++----------------
gnu/packages/check.scm | 2 +-
gnu/packages/crates-io.scm | 2 +-
gnu/packages/databases.scm | 2 +-
gnu/packages/disk.scm | 2 +-
gnu/packages/education.scm | 4 +-
gnu/packages/geo.scm | 2 +-
gnu/packages/guile-xyz.scm | 54 +++---
gnu/packages/irc.scm | 4 +-
gnu/packages/java.scm | 2 +-
gnu/packages/librewolf.scm | 2 +-
gnu/packages/linux.scm | 59 +++----
gnu/packages/mail.scm | 12 +-
gnu/packages/messaging.scm | 2 +-
gnu/packages/mold.scm | 4 +-
gnu/packages/nim.scm | 2 +-
gnu/packages/nss.scm | 191 +++++++++++++++------
.../patches/guile-gi-fix-marshall-tests.patch | 27 +++
.../patches/nss-disable-broken-tests.patch | 33 ++++
gnu/packages/pypy.scm | 2 +-
gnu/packages/python-check.scm | 2 +-
gnu/packages/python-crypto.scm | 2 +-
gnu/packages/python-web.scm | 2 +-
gnu/packages/python-xyz.scm | 2 +-
gnu/packages/ruby-xyz.scm | 22 ++-
gnu/packages/sphinx.scm | 2 +-
gnu/packages/textutils.scm | 1 +
gnu/packages/tls.scm | 1 +
gnu/packages/video.scm | 2 +-
gnu/packages/web.scm | 2 +-
gnu/services/admin.scm | 2 +-
gnu/services/telephony.scm | 2 +-
gnu/system.scm | 2 +-
gnu/system/hurd.scm | 2 +-
gnu/system/images/pine64.scm | 2 +-
43 files changed, 403 insertions(+), 304 deletions(-)
create mode 100644 gnu/packages/patches/guile-gi-fix-marshall-tests.patch
create mode 100644 gnu/packages/patches/nss-disable-broken-tests.patch