[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
09/09: Merge branch 'rust-team'
From: |
guix-commits |
Subject: |
09/09: Merge branch 'rust-team' |
Date: |
Wed, 28 Feb 2024 05:26:59 -0500 (EST) |
efraim pushed a commit to branch master
in repository guix.
commit f29f80c194d0c534a92354b2bc19022a9b70ecf8
Merge: c034088e37 7947d47c9b
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Wed Feb 28 12:18:45 2024 +0200
Merge branch 'rust-team'
Change-Id: Iee31c5de29c357c822f60df4fa8ce758779eb349
gnu/local.mk | 13 +-
gnu/packages/admin.scm | 1 +
gnu/packages/crates-apple.scm | 1469 +
gnu/packages/crates-crypto.scm | 5859 +
gnu/packages/crates-graphics.scm | 2842 +-
gnu/packages/crates-gtk.scm | 896 +-
gnu/packages/crates-io.scm | 122546 ++++++++----------
gnu/packages/crates-tls.scm | 1714 +
gnu/packages/crates-vcs.scm | 4163 +
gnu/packages/crates-web.scm | 5654 +
gnu/packages/crates-windows.scm | 2523 +
gnu/packages/crypto.scm | 1 +
gnu/packages/gnome.scm | 13 +-
gnu/packages/gnucash.scm | 12 +-
gnu/packages/graph.scm | 4 +-
gnu/packages/gstreamer.scm | 20 +-
.../i3status-rust-enable-unstable-features.patch | 20 -
.../patches/maturin-no-cross-compile.patch | 20 +-
.../patches/rust-cargo-edit-remove-ureq.patch | 33 +
.../patches/rust-ring-0.16-missing-files.patch | 2293 -
.../patches/rust-ring-0.16-test-files.patch | 54 -
.../patches/rust-ring-0.17-ring-core.patch | 496 +
.../patches/rust-rspec-1-remove-clippy.patch | 16 +
.../patches/rust-trash-2-update-windows.patch | 132 +
gnu/packages/patches/rustc-1.54.0-src.patch | 237 +-
gnu/packages/python-build.scm | 4 +-
gnu/packages/python-crypto.scm | 1 +
gnu/packages/python-xyz.scm | 138 +-
gnu/packages/rust-apps.scm | 1602 +-
gnu/packages/rust.scm | 420 +-
gnu/packages/sequoia.scm | 4 +
gnu/packages/shells.scm | 60 +-
gnu/packages/syndication.scm | 6 +-
gnu/packages/terminals.scm | 100 +-
gnu/packages/tree-sitter.scm | 1 +
gnu/packages/version-control.scm | 1 +
gnu/packages/video.scm | 68 +-
gnu/packages/web.scm | 5 +-
gnu/packages/wm.scm | 95 +-
guix/build/cargo-build-system.scm | 3 +-
40 files changed, 82345 insertions(+), 71194 deletions(-)
diff --cc gnu/packages/wm.scm
index ae8213ddae,fbee200729..768fbc5bc7
--- a/gnu/packages/wm.scm
+++ b/gnu/packages/wm.scm
@@@ -64,11 -64,9 +64,11 @@@
;;; Copyright © 2023 Jonathan Brielamier <jonathan.brielmaier@web.de>
;;; Copyright © 2023 Vessel Wave <vesselwave@disroot.org>
;;; Copyright © 2023 Nicolas Graves <ngraves@ngraves.fr>
- ;;; Copyright © 2023 Jaeme Sifat <jaeme@runbox.com>
+ ;;; Copyright © 2023, 2024 Jaeme Sifat <jaeme@runbox.com>
;;; Copyright © 2023 Josselin Poiret <dev@jpoiret.xyz>
;;; Copyright © 2024 Timotej Lazar <timotej.lazar@araneo.si>
+;;; Copyright © 2024 Ahmad Draidi <a.r.draidi@redscript.org>
+;;; Copyright © 2024 chris <chris@bumblehead.com>
;;;
;;; This file is part of GNU Guix.
;;;
- branch master updated (8c0282cf54 -> f29f80c194), guix-commits, 2024/02/28
- 01/09: gnu: python-graph-tool: Limit build to 1 core., guix-commits, 2024/02/28
- 05/09: gnu: gnucash: Update to 5.5., guix-commits, 2024/02/28
- 03/09: gnu: python-databind-json: Allow newer versions of typing-extensions., guix-commits, 2024/02/28
- 02/09: gnu: python-databind-core: Allow newer versions of typing-extensions., guix-commits, 2024/02/28
- 06/09: gnu: bowtie1: Update to 1.3.1., guix-commits, 2024/02/28
- 07/09: gnu: bowtie1: Enable building on more systems., guix-commits, 2024/02/28
- 04/09: gnu: gst-plugins-bad: Skip camerabin test on aarch64-linux., guix-commits, 2024/02/28
- 09/09: Merge branch 'rust-team',
guix-commits <=
- 08/09: gnu: bowtie1: Enable cross-compiling., guix-commits, 2024/02/28