[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated (3da49b1472 -> b7f0aad907)
From: |
guix-commits |
Subject: |
branch master updated (3da49b1472 -> b7f0aad907) |
Date: |
Tue, 5 Mar 2024 03:20:33 -0500 (EST) |
efraim pushed a change to branch master
in repository guix.
from 3da49b1472 gnu: scribus: Update to 1.6.1
new cd042f3a8e gnu: Remove libtommath-1.1.
new f9207c3378 gnu: libtommath: Update to 1.2.1.
new cd4c01e010 gnu: font-gnu-unifont: Update to 15.1.05.
new 85d564b0fc gnu: gcc@11: fix 'compiler-cpu-architectures' property.
new b9f87817a1 guix: cpu: Update x86_64 CPUs.
new 5dce7964ef guix: cpu: Autodetect the x86-64-v4 microarchitecture.
new 29a9d0596f guix: cpu: Update aarch64 CPUs.
new 32ac25a19b gnu: git-annex: Update to 10.20240227.
new 4cca394dfd gnu: Add rust-h3-0.0.2.
new 9793cc3635 gnu: Add rust-h3-quinn-0.0.3.
new db8c5711f2 gnu: Add rust-event-listener-strategy-0.1.
new 1a1cf210a7 gnu: Add rust-async-broadcast-0.6.
new 4b2c8deda8 gnu: Add rust-hickory-proto-0.24.
new 08522b65cc gnu: Add rust-hickory-resolver-0.24.
new 87f538c090 gnu: Add rust-hickory-recursor-0.24.
new 4dda0c372a gnu: Add rust-hickory-client-0.24.
new 1571fa3aab gnu: Add rust-hickory-server-0.24.
new b14ca64caf gnu: Add aardvark-dns.
new ed84b7fe37 gnu: Add rust-clap-verbosity-flag-2.
new b7f0aad907 gnu: Add emacs-lsp-booster.
The 20 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/local.mk | 2 -
gnu/packages/crates-io.scm | 81 ++++-
gnu/packages/crates-web.scm | 339 +++++++++++++++++++++
gnu/packages/fonts.scm | 4 +-
gnu/packages/gcc.scm | 3 +-
gnu/packages/haskell-apps.scm | 4 +-
gnu/packages/multiprecision.scm | 38 +--
gnu/packages/patches/libtommath-fix-linkage.patch | 55 ----
.../patches/libtommath-integer-overflow.patch | 140 ---------
gnu/packages/rust-apps.scm | 73 +++++
guix/cpu.scm | 60 ++--
11 files changed, 538 insertions(+), 261 deletions(-)
delete mode 100644 gnu/packages/patches/libtommath-fix-linkage.patch
delete mode 100644 gnu/packages/patches/libtommath-integer-overflow.patch
- branch master updated (3da49b1472 -> b7f0aad907),
guix-commits <=
- 02/20: gnu: libtommath: Update to 1.2.1., guix-commits, 2024/03/05
- 05/20: guix: cpu: Update x86_64 CPUs., guix-commits, 2024/03/05
- 07/20: guix: cpu: Update aarch64 CPUs., guix-commits, 2024/03/05
- 09/20: gnu: Add rust-h3-0.0.2., guix-commits, 2024/03/05
- 12/20: gnu: Add rust-async-broadcast-0.6., guix-commits, 2024/03/05
- 13/20: gnu: Add rust-hickory-proto-0.24., guix-commits, 2024/03/05
- 06/20: guix: cpu: Autodetect the x86-64-v4 microarchitecture., guix-commits, 2024/03/05
- 03/20: gnu: font-gnu-unifont: Update to 15.1.05., guix-commits, 2024/03/05
- 08/20: gnu: git-annex: Update to 10.20240227., guix-commits, 2024/03/05
- 20/20: gnu: Add emacs-lsp-booster., guix-commits, 2024/03/05