diff options
| author | John Kehayias <john@guixotic.coop> | 2026-03-04 22:51:45 -0500 |
|---|---|---|
| committer | Efraim Flashner <efraim@flashner.co.il> | 2026-03-30 10:36:21 +0300 |
| commit | aaf135adf7a522ffb6d5f29b593342b98eec6866 (patch) | |
| tree | 21119714602403d9745011c0f345ce94f60d98b1 | |
| parent | 1f5c8dd2705dc19e2adb86fd9fc123810401ee0e (diff) | |
gnu: mesa: Update to 26.0.1.
* gnu/packages/gl.scm (mesa): Update to 26.0.1.
* gnu/packages/rust-crates.scm (lookup-cargo-inputs): [mesa]: Update rust-libc
and rust-rustix version. Add rust-windows-link and rust-windows-sys.
Change-Id: I71537563a1aa8113d06390f2c2a1e513ee9a2fef
| -rw-r--r-- | gnu/packages/gl.scm | 4 | ||||
| -rw-r--r-- | gnu/packages/rust-crates.scm | 6 |
2 files changed, 6 insertions, 4 deletions
diff --git a/gnu/packages/gl.scm b/gnu/packages/gl.scm index 9ebc1c92a2e..ce3522c42dd 100644 --- a/gnu/packages/gl.scm +++ b/gnu/packages/gl.scm @@ -317,7 +317,7 @@ also known as DXTn or DXTC) for Mesa.") (define-public mesa (package (name "mesa") - (version "25.3.6") + (version "26.0.1") (source (origin (method url-fetch) @@ -326,7 +326,7 @@ also known as DXTn or DXTC) for Mesa.") (string-append "ftp://ftp.freedesktop.org/pub/mesa/" "mesa-" version ".tar.xz"))) (sha256 - (base32 "01pjp30lqlbn09w2vcmf843iwks9nyflncjqv77ffr1vmkz7w8ar")))) + (base32 "1k2x725xr6mm90ayinqg5p749azi1qg60kn2fm8rnv54z7wh8ldv")))) (build-system meson-build-system) (propagated-inputs ;; The following are in the Requires.private field of gl.pc. diff --git a/gnu/packages/rust-crates.scm b/gnu/packages/rust-crates.scm index 6b70ad07839..b40d424b504 100644 --- a/gnu/packages/rust-crates.scm +++ b/gnu/packages/rust-crates.scm @@ -59184,7 +59184,7 @@ rust-errno-0.3.12 rust-hashbrown-0.14.1 rust-indexmap-2.2.6 - rust-libc-0.2.168 + rust-libc-0.2.171 rust-log-0.4.27 ;rust-once-cell-1.8.0 ; Unavailable upstream. rust-paste-1.0.14 @@ -59197,12 +59197,14 @@ rust-remain-0.2.12 rust-roxmltree-0.20.0 rust-rustc-hash-2.1.1 - rust-rustix-1.0.7 + rust-rustix-1.1.2 rust-syn-2.0.87 rust-thiserror-2.0.11 rust-thiserror-impl-2.0.11 rust-ucd-trie-0.1.6 rust-unicode-ident-1.0.12-unpatched + rust-windows-link-0.2.0 + rust-windows-sys-0.61.1 rust-zerocopy-0.8.13 rust-zerocopy-derive-0.8.13)) (mollysocket => |
